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.
12 lines
212 B
Tcl
12 lines
212 B
Tcl
2 years ago
|
# magic -rcfile magic.tcl
|
||
|
|
||
|
source ../magic/.magic_tech/.magicrc
|
||
|
|
||
|
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
|