fix(pcell): use magic::load to switch cell context before painting
This commit is contained in:
parent
1f19ac913f
commit
c78a81aa56
|
|
@ -1,7 +1,7 @@
|
|||
magic::tech load __TECH__
|
||||
|
||||
proc make_rect {name width height} {
|
||||
magic::cellname create $name
|
||||
magic::load $name
|
||||
magic::box 0 0 $width $height
|
||||
magic::paint m1
|
||||
magic::save /work/$name
|
||||
|
|
|
|||
Loading…
Reference in New Issue