Skip to content

❄️ Template for Verilog Projects using iverilog and gtkwave (nix devShell supported)

License

Notifications You must be signed in to change notification settings

SauravMaheshkar/verilog-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

built with nix

A Template for Verilog Projects (using iverilog and gtkwave).

  • All test-bench's must be named as *_tb.v and be placed within the tests/ dir.
  • This template includes a recommended extension for vscode and the necessary settings to make the extension work with the provided directory structure.
  • The Makefile is inspired from @pwmarcz's work.