verilog
This commit is contained in:
5
tetirs/run.sh
Normal file
5
tetirs/run.sh
Normal file
@ -0,0 +1,5 @@
|
||||
iverilog *.v && vvp a.out
|
||||
if [ -f "dump.vcd" ]; then
|
||||
gtkwave dump.vcd
|
||||
rm dump.vcd
|
||||
fi
|
Reference in New Issue
Block a user