forked from Mario1159/osic-stacks
Merge branch 'main' of https://git.1159.cl/Mario1159/osic-stacks
This commit is contained in:
commit
1347cdb102
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user