2024-12-01 02:01:08 +03:00

6 lines
92 B
Bash

iverilog *.v && vvp a.out
if [ -f "dump.vcd" ]; then
gtkwave dump.vcd
rm dump.vcd
fi