fusesoc / blinky

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

Add KCU1500 support. #28

Closed mfischer closed 4 years ago

mfischer commented 4 years ago

This adds minimal blinky support for the KCU1500 board, it uses one of the 300 MHz clock inputs to generate a blinking led.

Signed-off-by: Moritz Fischer mdf@kernel.org

olofk commented 4 years ago

Thanks. This looks great. Just a question. Should the frequency specified in the toplevel really be 300_300_300 or is that a typo?

mfischer commented 4 years ago

Ugh ... ehr ... no it should be 300_000_000 ...

olofk commented 4 years ago

Thanks! Picked and pushed. Now, if you want to run the world's smallest RISC-V CPU on your board, you're already 90% there. Check out https://github.com/olofk/serv if you're intereseted. Looks like it's got a pretty big FPGA also. Would be interesting to see what CoreScore you can get