Skip to content

A template for starting a Verilog project with FuseSoC integration, Icarus simulation, Verilator linting, Yosys usage report, and VS Code syntax highlighting.

Notifications You must be signed in to change notification settings

sifferman/verilog_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verilog Template

Usage

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

Requirements

About

A template for starting a Verilog project with FuseSoC integration, Icarus simulation, Verilator linting, Yosys usage report, and VS Code syntax highlighting.

Topics

Resources

Stars

Watchers

Forks