Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 482 Bytes

SOC example for iCEBreaker

iCEBreaker SOC

Demo

Counts on the 8 LEDs.

make prog

SOC

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.