Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 226 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 226 Bytes

DDCO-Lab-2020

Command to compile the files with testbench, create an image :

  iverilog -o image_name filename.v testbench.v
  vvp image_name

Display output waveform in gtkwave :

gtkwave image_name.vcd