Skip to content

bitflipper19/basic-hdl-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-hdl-projects

Learning about git, github and hardware modelling using verilog.

dependencies

iverilog and gtkwave

To compile a code

iverilog -o {target_file_name} {file_name}.v {file_name}-tb.v

To view the terminal simulation

vvp {target_file_name}

To view the gtkWave simulation

gtkwave {file_name}.vcd

Note: All -tb.v files are testbench files, one universal testbench file for all implementations of same type.

About

Learning about hardware modelling using verilog.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages