(I found the LEF syntax to offset the GDS as part ...
# magic
h
(I found the LEF syntax to offset the GDS as part of the
FOREIGN
line so this is resolved 🙂 )
t
There is also a command in magic
move origin _x y_
that will do the trick.
h
ahh thank you that sounds like exactly what I was looking for. Would it work in a mag file or does it have to be entered in the command line?
t
Has to be entered from the command line, but you can write a simple script wrapper around the commands
load
,
move origin
, and
writeall force
.
h
ah ok fair enough. thanks for the tips!