diff options
| author | Fuwn <[email protected]> | 2026-02-24 19:55:11 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-24 19:55:11 -0800 |
| commit | 871c6eae5ffda0ada6b1798209cb784c20afea06 (patch) | |
| tree | a24590b45440f62c67c0aa9aadf408a3bb207659 /homework_2/SIM | |
| parent | feat(midterm): Add implementation (diff) | |
| download | cst456-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.tcl | 3 |
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 |