I'm trying to extract spices from layout with MAGI...
# ieee-sscs-dc-23
j
I'm trying to extract spices from layout with MAGIC but,,, I can't read gds file made in Klayout. I searched about this issue but can't find a solution. Please, could you advise?
m
@Junbeom Park Try quitting magic and starting again.
read gds
will not overwrite existing (already loaded) cells.
Copy code
gds read <gdsfile>
load dac_lsb_analog
extract
j
@Mitch Bailey Thank you!
👍 1