Skip to content

cHemingway/forgefpga_7seg_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple demo for ForgeFPGA dev kit + PmodSSD

A basic counter example for the ForgeFPGA dev kit, using the Pmod SSD dual seven segment display included in the kit.

Credits

Testbench

cocotb testbench is the best, install cocotb and verilator to run it

Then either run python ./test_main.py or install pytest and use that to run them

TODO

  • Better coverage in cocotb main testbench, curently 7 seg decoder is untested
  • Make your own 7 seg decoder. Renesas's one has issues with bleeding and is bit undocumented
  • See if I can get less warnings
  • Actually add some timing constraints
  • Use the "logic as clock" feature to run most logic off a slower clock, as can't reach 50MHz timing currently

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published