Answers for "how to run verilog files in linux"

1

how to run verilog files in linux

# following commands for terminal
iverilog -o my_design  testbench.v design.v
vvp my_design
Posted by: Guest on October-25-2020
1

how to run verilog files in linux

# to get waveform (dunmped as "wave.vcd")
gtkwave wave.vcd
Posted by: Guest on October-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language