Yusuke Sakemi
03/27/2024, 6:51 AMMitch Bailey
03/27/2024, 11:54 AMYusuke Sakemi
03/27/2024, 11:59 AMTim Edwards
03/27/2024, 1:00 PMreadspice <netlist>
to annotate from SPICE. Use lef read <lef_file>
to annotate from LEF.Yusuke Sakemi
03/27/2024, 1:19 PMTim Edwards
03/28/2024, 12:58 PMbox size 0.5um 0.5um
for {set i 0} {$i < 100} {incr i} {
paint m1
label my_array_$i FreeSans 0.2um 0 0 0 c m1
select area label
port make
box move n 3um
}
It's very useful to be able to write little scripts like this within magic.
Often useful to write those in a file somewhere, and then use the source
command in Tcl to run the commands from the file.Yusuke Sakemi
03/29/2024, 2:24 AM