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

1
scripts/run_all.sh Executable file
View File

@@ -0,0 +1 @@
gowin_sh scripts/run_all.tcl

2
scripts/run_all.tcl Normal file
View File

@@ -0,0 +1,2 @@
open_project modem.gprj
run all

13
scripts/run_postsim.sh Executable file
View File

@@ -0,0 +1,13 @@
cvc \
+define+TIMING_SIM \
+acc \
+sdfverbose \
+show_canceled_e +suppress_warns+653+3102 \
-v SIM/prim_tsim.v \
impl/pnr/modem.vo \
SIM/toplevel_tb.v \
SIM/globals.v \
+sdf_annotate+impl/pnr/modem.sdf+toplevel_tb.m_toplevel \
+maxdelays \
+librescan
./cvcsim

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