|  | #!/bin/env wish | 
|  | drc off | 
|  | random seed 131073 | 
|  | load caravel -dereference | 
|  | property GDS_FILE /mnt/shuttles/shuttle/mpw-two/slot-001/axi_dma_using_spinal/gds/caravel.gds | 
|  | property GDS_START 0 | 
|  | select top cell | 
|  | set bbox [box values] | 
|  | load caravel_00020001_fill_pattern -quiet | 
|  | snap internal | 
|  | box values {*}$bbox | 
|  | paint comment | 
|  | property GDS_FILE /mnt/shuttles/shuttle/mpw-two/slot-001/axi_dma_using_spinal/gds/caravel_00020001_fill_pattern.gds | 
|  | property GDS_START 0 | 
|  | property FIXED_BBOX "$bbox" | 
|  | load caravel_00020001 -quiet | 
|  | box values 0 0 0 0 | 
|  | box position 6um 6um | 
|  | getcell caravel child 0 0 | 
|  | getcell caravel_00020001_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/shuttle/mpw-two/slot-001/axi_dma_using_spinal/gds/caravel_00020001.gds | 
|  | quit -noprompt |