Changed the source of the GF I/O library repository from github/ google to github/efabless, after making some changes to facilitate read-in of the GDS of the corner cell in magic.
diff --git a/VERSION b/VERSION index 6482df6..22d256c 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -1.0.462 +1.0.463
diff --git a/gf180mcu/Makefile.in b/gf180mcu/Makefile.in index 4dc92cb..e6655ad 100644 --- a/gf180mcu/Makefile.in +++ b/gf180mcu/Makefile.in
@@ -178,7 +178,7 @@ # having "quick fixes" under development. PDK_LIB_PR = ${EF_URL}/globalfoundries-pdk-libs-gf180mcu_fd_pr PDK_LIB_PV = ${EF_URL}/globalfoundries-pdk-libs-gf180mcu_fd_pv -PDK_LIB_IO = ${PDK_URL}/globalfoundries-pdk-libs-gf180mcu_fd_io +PDK_LIB_IO = ${EF_URL}/globalfoundries-pdk-libs-gf180mcu_fd_io PDK_LIB_SC_7T5V0 = ${EF_URL}/globalfoundries-pdk-libs-gf180mcu_fd_sc_mcu7t5v0 PDK_LIB_SC_9T5V0 = ${EF_URL}/globalfoundries-pdk-libs-gf180mcu_fd_sc_mcu9t5v0 PDK_LIB_SRAM = ${PDK_URL}/globalfoundries-pdk-ip-gf180mcu_fd_ip_sram