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.

18 lines
249 B
Tcl

# magic -rcfile magic.tcl
source ../magic/.magic_tech/.magicrc
# openwrapper for non-cmdline
set cmdline 0
if {[catch {openwrapper}]} {
set cmdline 1
}
gds read toysram_bit.gds
load toysram_bit
# quit if commandline
if {$cmdline} {
quit
}