Counts on the 8 LEDs.
make prog
The SOC instantiates nervsoc.
- top.v Connects clock input and 8 LEDs on the iCEBreaker and provides power on reset
- sections.lds sets flash and ram to 4k each.
- firmware.s initialises registers, copies data section, initialises bss and starts main
- firmware.c flashes the LEDs.