summaryrefslogtreecommitdiff
path: root/midterm/SIM/xsim_cfg.tcl
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-19 16:17:04 -0800
committerFuwn <[email protected]>2026-02-19 16:19:35 -0800
commit319ae0c3a1562aac63a75860552d4ce30775e405 (patch)
treedec41bf5d27f968a7c2bbf0e68d61f88c21de793 /midterm/SIM/xsim_cfg.tcl
parentfeat(lab_5): Implement lab (diff)
downloadcst456-319ae0c3a1562aac63a75860552d4ce30775e405.tar.xz
cst456-319ae0c3a1562aac63a75860552d4ce30775e405.zip
feat(midterm): Add instructions
Diffstat (limited to 'midterm/SIM/xsim_cfg.tcl')
-rw-r--r--midterm/SIM/xsim_cfg.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/midterm/SIM/xsim_cfg.tcl b/midterm/SIM/xsim_cfg.tcl
new file mode 100644
index 0000000..b7c49f5
--- /dev/null
+++ b/midterm/SIM/xsim_cfg.tcl
@@ -0,0 +1,3 @@
+log_wave -recursive *
+run all
+exit \ No newline at end of file