Icarus verilog + GTKWave installing and running | Free software for verilog HDL
Iverilog is a free software where we can compile & check the waveform of our design , I have explained in the video , how to download and run it.
Steps -
1. Search for Icarus verilog , select the first link , then download the required file according to os and config of your pc .
2 .set the Environmental variables
3. Create your design file
4 . Use the below commands in your cmd
Compile it:
iverilog -o dsn counter_tb.v counter.v
Then run it:
vvp dsn
Then look at the waveform:
gtkwave &
Please do subscribe 👍
1 view
2149
646
1 year ago 00:06:31 1
Icarus verilog + GTKWave installing and running | Free software for verilog HDL
2 years ago 00:42:03 1
Introduction to Verilog HDL using Free Software Icarus, GTKWave, and VS Code