initial commit

This commit is contained in:
Jojojoppe
2025-10-01 16:40:05 +02:00
commit 42e9bd0a0a
18 changed files with 147564 additions and 0 deletions

13
scripts/run_sim.sh Executable file
View File

@@ -0,0 +1,13 @@
# iverilog -o toplevel_tb.vp \
# /opt/packages/gowin/IDE/simlib/gw1n/prim_sim.v \
# HW/toplevel.v \
# SIM/toplevel_tb.v
# vvp toplevel_tb.vp
cvc +acc \
+show_canceled_e +suppress_warns+653+3102 \
-v SIM/prim_tsim.v \
HW/toplevel.v \
SIM/toplevel_tb.v \
+librescan
./cvcsim