Mariana Huerta
11/15/2022, 9:53 PMChristof Gindu
11/15/2022, 9:54 PMTim Edwards
11/24/2022, 1:54 AM% box size 1um 1um
% proc drawpin {i} {paint m1; label test_$i; select area label; port make; box move e 2um}
% for {set i 0} {$i < 10} {incr i} {drawpin $i}
This uses a loop in Tcl to draw out 10 pins in a reglar array, name them all with a unique index, and turn them into ports.