Skip to content

Latest commit

 

History

History

dance

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dance

Example program to flash a pattern on the 5 on-board LEDs.

  • div.v: 2^N clock divider.
  • mem.v: ROM memory module, contains LED sequence.
  • pc.v: Program counter, selects the address from ROM to output.
  • top.v: Top level module.
  • top_tb.v: Top level testbench.