This commit is contained in:
2024-07-14 04:03:23 +03:00
parent d71ea508e1
commit 927028192e
73 changed files with 2984 additions and 63 deletions

5
tetirs/run.sh Normal file
View File

@ -0,0 +1,5 @@
iverilog *.v && vvp a.out
if [ -f "dump.vcd" ]; then
gtkwave dump.vcd
rm dump.vcd
fi