Skip to content

Shashwatha-Mitra/verilog-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

verilog-assignment

A collection of assignments in verilog programming

Install Requirements

sudo apt install iverilog
sudo apt install gtkwave

Running the programs

iverilog -o <executable_file_name> <file_to_run_tb.v> <file_to_run.v>
vvp <executable_file_name>
gtkwave <file_to_run.vcd>

About

A collection of assignments in verilog programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published