Harald Pretl
04/28/2024, 10:31 AM.lyt
and .lyp
files, and especially properly finding all the Python stuff? I am not sure that the current setup (if I look into the .lyt
for example) supports such a usage model. Here is a GH issue to track the discussion: https://github.com/IHP-GmbH/IHP-Open-PDK/issues/87Boris Murmann
04/28/2024, 3:56 PM/foss/designs/.klayout
and set that path as KLAYOUT_HOME in .designinit
.
cd /foss/designs
mkdir .klayout
mkdir .klayout/libraries
ln -s $PDKPATH/libs.ref/sg13g2_pr/gds/sg13g2_pr.gds ./.klayout/libraries
ln -s $PDKPATH/libs.ref/sg13g2_stdcell/gds/sg13g2_stdcell.gds ./.klayout/libraries
ln -s $PDKPATH/libs.tech/klayout/python ./.klayout/
ln -s $PDKPATH/libs.tech/klayout/tech ./.klayout/
Harald Pretl
04/28/2024, 4:08 PMAmro Tork
04/28/2024, 4:10 PMklayout_ihp
and makes everything ready for use directly.Harald Pretl
04/28/2024, 4:11 PMAmro Tork
04/28/2024, 4:11 PMHarald Pretl
04/28/2024, 4:15 PMAmro Tork
04/28/2024, 4:16 PMHarald Pretl
04/28/2024, 4:21 PM> klayout
or alternative I use our alias alias k='klayout -nn $PDKPATH/libs.tech/klayout/tech/$PDK.lyt'
(or a similar one for edit).Amro Tork
04/28/2024, 4:22 PMAmro Tork
04/28/2024, 4:22 PMAmro Tork
04/28/2024, 4:22 PMAmro Tork
04/28/2024, 4:30 PMAmro Tork
04/28/2024, 4:31 PMKLAYOUT_PATH=$PDKPATH/libs.tech/klayout:$PDKPATH/libs.tech/klayout/tech/ klayout -e
Harald Pretl
04/28/2024, 6:09 PMk
and ke
.Boris Murmann
04/28/2024, 6:13 PMBoris Murmann
04/28/2024, 6:15 PM