Has anyone encountered any of the following errors...
# magic
k
Has anyone encountered any of the following errors when reading a GDS in Magic? (1) Don't know how to read `GDS-II`: Nothing in "`cifinput`" section of tech file (2) Can not find channel named "`gds`"
@User
m
@User ^
t
Didn't have a tech file loaded.
2
More specifically, if you're not familiar with the command line arguments, then if you have a standard installation of open_pdks, I suggest (depending on the open_pdks install location):
magic -d OGL -rcfile /usr/share/pdk/sky130A/libs.tech/magic/sky130A.magicrc
If the OpenGL interface doesn't work for you, try
-d XR
. Recent versions of open_pdks will install in
/usr/local/share/pdk
.
m
Thanks @User.. we ve had some issues with LVS/netgen but then we realized the netlist is empty.. @User can you please try this?
k
Yes I can try this Thanks @User @User