You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
319 B
Tcl

# magic -dnull -noconsole -rcfile magicdrc.tcl local_eval.gds
source ../magic/.magic_tech/.magicrc
#sleep 10
gds read local_eval.gds
load toysram_local_eval
# for some reason these don't return values; just puts
drc catchup
drc statistics
drc count total
drc find 1
drc find 2
drc find 3
drc find 4
drc find 5
exit