Updated the gf180mcu Makefile to install the contents of rules/klayout/macros to the PDK, which previously was not done. Thanks to Martin Jan Köhler for figuring out where everything is supposed to go.
diff --git a/VERSION b/VERSION index e558351..b61b912 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -1.0.525 +1.0.526
diff --git a/gf180mcu/Makefile.in b/gf180mcu/Makefile.in index 54f0bf5..2b9fe98 100644 --- a/gf180mcu/Makefile.in +++ b/gf180mcu/Makefile.in
@@ -729,6 +729,7 @@ mkdir ${KLAYOUT_STAGING_$*}/drc mkdir ${KLAYOUT_STAGING_$*}/lvs mkdir ${KLAYOUT_STAGING_$*}/tech + mkdir ${KLAYOUT_STAGING_$*}/tech/macros mkdir ${KLAYOUT_STAGING_$*}/tech/pymacros mkdir ${KLAYOUT_STAGING_$*}/tech/pymacros/cells @@ -736,6 +737,8 @@ ${KLAYOUT_STAGING_$*}/drc cp -rp ${GF180MCU_PV_PATH}/klayout/lvs/* \ ${KLAYOUT_STAGING_$*}/lvs + cp -rp ${GF180MCU_PR_PATH}/rules/klayout/macros/* \ + ${KLAYOUT_STAGING_$*}/tech/macros cp -rp ${GF180MCU_PR_PATH}/cells/klayout/pymacros/cells/* \ ${KLAYOUT_STAGING_$*}/tech/pymacros/cells cp -rp ${GF180MCU_PR_PATH}/tech/klayout/* \