I am trying to load the provided gds libraries int...
# ihp-sg13g2
b
I am trying to load the provided gds libraries into KLayout without much success. This works in isolation:
export KLAYOUT_PATH=$PDKPATH/libs.ref/sg13g2_pr/gds/:$PDKPATH/libs.ref/sg13g2_stdcell/gds
But then when I additionally set the home variable (to load the tech files and macros), the above search path seems to get wiped out:
export KLAYOUT_HOME=$PDKPATH/libs.tech/klayout
a
Dr. @Boris Murmann Could you please elaborate what you are trying to do?
Read gds files or PDK enablement in Klayout
?
Or both?
b
I am just trying to load libraries from a path inside a pdk and I am seeing the described problem.
It seems that I cannot simultaneously set a library path and technology path without getting the two to collide.
If it's still not clear, this is the feature I want to use: https://www.klayout.de/doc/about/about_libraries.html
👍 1