summaryrefslogtreecommitdiff
path: root/homework_2/SIM
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-24 19:55:11 -0800
committerFuwn <[email protected]>2026-02-24 19:55:11 -0800
commit871c6eae5ffda0ada6b1798209cb784c20afea06 (patch)
treea24590b45440f62c67c0aa9aadf408a3bb207659 /homework_2/SIM
parentfeat(midterm): Add implementation (diff)
downloadcst456-871c6eae5ffda0ada6b1798209cb784c20afea06.tar.xz
cst456-871c6eae5ffda0ada6b1798209cb784c20afea06.zip
feat(homework_2): Add initial files
Diffstat (limited to 'homework_2/SIM')
-rw-r--r--homework_2/SIM/xsim_cfg.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/homework_2/SIM/xsim_cfg.tcl b/homework_2/SIM/xsim_cfg.tcl
new file mode 100644
index 0000000..b7c49f5
--- /dev/null
+++ b/homework_2/SIM/xsim_cfg.tcl
@@ -0,0 +1,3 @@
+log_wave -recursive *
+run all
+exit \ No newline at end of file