Skip to content

Commit 04dfd2c

Browse files
committed
finishing: add missing PDK_ROOT variable for metal filling
1 parent 6bbe8b9 commit 04dfd2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

klayout/scripts/finishing.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ root_dir=$(realpath $(dirname "${BASH_SOURCE[0]}")/../..)
77
klayout_dir=${root_dir}/ihp13/pdk/ihp-sg13g2/libs.tech/klayout
88
export KLAYOUT_PATH=$klayout_dir
99
export PDK=ihp-sg13g2
10+
export PDK_ROOT=${root_dir}/ihp13/pdk
11+
1012
echo "Root: ${root_dir}"
1113
echo "KLayout: ${klayout_dir}"
1214

0 commit comments

Comments
 (0)