Tom
12/07/2023, 10:21 PMTim Edwards
12/07/2023, 10:23 PMarray
that treats instances like it treats paint, just copying in X and Y rather than making an actual instance array.Tom
12/07/2023, 10:24 PMTim Edwards
12/07/2023, 10:28 PMbox position 0 0
for {set i 0; $i < 100; incr i} {
for {set j 0; $j < 100; incr j} {
getcell my_via_inst
box move e 2.5um
}
box move n 2.5um
box move w 250.0um
}
which will place a 100 x 100 array of vias separated by 2.5um in X and Y.Tim Edwards
12/07/2023, 10:29 PMTom
12/07/2023, 10:31 PMTom
12/07/2023, 10:31 PMTom
12/07/2023, 10:32 PM