首次提交

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,15 @@
#usage do runall.tcl 1ms
set ROOT_PATH [pwd]
for {set NUMBER 3} { $NUMBER < 14} {incr NUMBER} {
set CASE_NUMBER [format "%03d" $NUMBER]
puts ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>$CASE_NUMBER start>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
catch {do runone.tcl -n $CASE_NUMBER -t $1} result
quit -sim
cd ${ROOT_PATH}
puts "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<$CASE_NUMBER end<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
}