orangecrab-fpga / orangecrab-examples

Example projects/code for the OrangeCrab
MIT License
104 stars 27 forks source link

verilog: Add blink_reset_module example #17

Closed nitz closed 3 years ago

nitz commented 3 years ago

This adds a Verilog example named blink_reset_module. The functionality of the example is identical to blink_reset, but adds sub-modules, and how to connect wires to those modules.

gregdavill commented 3 years ago

Thanks!