Hi <@U016EM8L91B>, how do I import a gds into magi...
# magic
t
Hi @User, how do I import a gds into magic? When I open Magic, the gds is missing all the routings, but KLayout has them. I am starting Magic with the magicrc file and it can correctly load up the sky130A Technology. Thanks!
t
gds read <filename>
should be all you need. If you are missing routing layers, check with klayout that the routes are defined by the metal drawing purpose. If they were defined on, say, the pin purpose, then they would be defining no actual metal, which would be an error. There's no other reason I can think of for routes to be missing on GDS read-in.
t
Got it, I will double check. Thank you!