blob: 91ccfcb8b86ab59e31ea374a2a8e6400e3523a72 [file] [log] [blame]
#!/bin/env wish
drc off
random seed 574426
load caravan -dereference
property GDS_FILE /mnt/shuttles/mpw-8/u5504_mehdi/nanofabrication_project_using_openfasoc_mpw8/gds/caravan.gds
property GDS_START 0
select top cell
set bbox [box values]
load caravel_0008c3da_fill_pattern -quiet
snap internal
box values {*}$bbox
paint comment
property GDS_FILE /mnt/shuttles/mpw-8/u5504_mehdi/nanofabrication_project_using_openfasoc_mpw8/gds/caravel_0008c3da_fill_pattern.gds
property GDS_START 0
property FIXED_BBOX "$bbox"
load caravel_0008c3da -quiet
box values 0 0 0 0
box position 6um 6um
getcell caravan child 0 0
getcell caravel_0008c3da_fill_pattern child 0 0
box position 0 0
getcell advSeal_6um_gen
puts stdout "Writing final GDS. . . "
flush stdout
gds undefined allow
cif *hier write disable
gds write /mnt/shuttles/mpw-8/u5504_mehdi/nanofabrication_project_using_openfasoc_mpw8/gds/caravel_0008c3da.gds
quit -noprompt