rearrangement
This commit is contained in:
5
iverilog/tobb/lab7tetris/run.sh
Normal file
5
iverilog/tobb/lab7tetris/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