make build # build the design
make sim # runs the testbench
make view # opens the waveform in gtkwave
make lint # lint with Verilator
make usage # report generic cell utilization
make clean # remove build files
-
Notifications
You must be signed in to change notification settings - Fork 0
sifferman/fusesoc_project_template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A template for starting a Verilog project with FuseSoC integration, Icarus simulation, Verilator linting, Yosys usage report, and VS Code syntax highlighting.