Pat Deegan
05/23/2024, 6:28 PM% box 0 0 20um 10um
Root cell box:
width x height ( llx, lly ), ( urx, ury ) area (units^2)
microns: 20.000 x 10.000 ( 0.000, 0.000), ( 20.000, 10.000) 200.000
lambda: 2000.00 x 1000.00 ( 0.00, 0.00 ), ( 2000.00, 1000.00) 2000000.00
internal: 4000 x 2000 ( 0, 0 ), ( 4000, 2000 ) 8000000
% box size
4000 2000
% tech lambda
1 2
How do I get from box size back to 20x10 um, in a general way? The fact box 0 0 20 20
makes a box of 1um squared and reports a size of 200x200 is pretty mystifying to me.Mitch Bailey
05/23/2024, 11:12 PMbox 0 0 20 20
would create a 1um square box (which would be 200x200 in internal units).Pat Deegan
05/24/2024, 1:07 AM% box position 0 0
% box width
20
% box move e [box width]
% box position
4000 0
but managed to work around it with:
% box position 0 0
% box move e [box width]i
% box position
20 0
but I still don't know how to know the size of the box in real life, all I have is some internal representation I don't care about/depends on grid size/don't know how to convert.Pat Deegan
05/24/2024, 1:13 AM