fusesoc / blinky

Example LED blinking project for your FPGA dev board of choice
MIT License
158 stars 70 forks source link

Added support for Digilent Cora Z7-07S development board. #88

Closed cthouck31 closed 2 years ago

cthouck31 commented 2 years ago

Added support for the Digilent Cora Z7-07S development board (https://digilent.com/shop/cora-z7-zynq-7000-single-core-and-dual-core-options-for-arm-fpga-soc-development). Decided to go with VHDL since it's my go to. Let me know if Verilog is the preference here.

olofk commented 2 years ago

The original intention with this project was to use the same code for all targets, but having a VHDL example is excellent, so let's go with this. Thank you for your contributions. Picked and pushed!