This commit is contained in:
Mario Romero 2023-09-12 22:15:10 -03:00
commit 1347cdb102

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/bash
export KLAYOUT_HOME=$PDK_ROOT/$PDK/libs.tech/klayout
if [[ $PDK = gf180mcu* ]]; then
if [[ ! -d $KLAYOUT_HOME/pymacros/cells ]]; then
@ -8,4 +8,4 @@ if [[ $PDK = gf180mcu* ]]; then
mv $KLAYOUT_HOME/tech/gf180mcu.lym $KLAYOUT_HOME/pymacros
fi
fi
/bin/klayout $@
/bin/klayout $@