Removed the reference to the klayout ".map" file in the sky130 Makefile, because the file no longer exists in the repository.
diff --git a/VERSION b/VERSION index 302d5de..3a6453e 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -1.0.397 +1.0.398
diff --git a/sky130/Makefile.in b/sky130/Makefile.in index f0e35cc..8428d14 100644 --- a/sky130/Makefile.in +++ b/sky130/Makefile.in
@@ -1009,7 +1009,6 @@ cp -rp ${KLAYOUT_PATH}/sky130_tech/tech/sky130/pymacros/* ${KLAYOUT_STAGING_$*}/pymacros/ ; \ cp ${KLAYOUT_PATH}/sky130_tech/tech/sky130/${TECH}.lyp ${KLAYOUT_STAGING_$*}/tech/${SKY130$*}.lyp ; \ cp ${KLAYOUT_PATH}/sky130_tech/tech/sky130/${TECH}.lyt ${KLAYOUT_STAGING_$*}/tech/${SKY130$*}.lyt ; \ - cp ${KLAYOUT_PATH}/sky130_tech/tech/sky130/${TECH}.map ${KLAYOUT_STAGING_$*}/tech/${SKY130$*}.map ; \ fi # Copy original DRC deck from open_pdks (is this useful?) cp klayout/sky130.lydrc ${KLAYOUT_STAGING_$*}/drc/${SKY130$*}.lydrc