首次提交

This commit is contained in:
eesimple
2026-03-06 16:22:17 +08:00
commit b8fe9f77ec
465 changed files with 115939 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
if {$argc>=1} {
catch {write format wave -window Wave $1.tcl} res
} else {
catch {write format wave -window Wave case.tcl} res
}