6 lines
87 B
Bash
6 lines
87 B
Bash
iverilog *.v && vvp a.out
|
|
if [ -f "dump.vcd" ]; then
|
|
gtkwave dump.vcd
|
|
rm dump.vcd
|
|
fi
|