Reverted some files changed locally.
diff --git a/mag/.magicrc b/mag/.magicrc
index 2b83c14..702a7ea 100644
--- a/mag/.magicrc
+++ b/mag/.magicrc
@@ -11,8 +11,8 @@
 # drc off
 drc euclidean on
 
-# set PDKPATH "/ef/tech/SW/EFS8A"
-set PDKPATH "/home/tim/projects/efabless/tech/SW/EFS8A"
+set PDKPATH "/ef/tech/SW/EFS8A"
+# set PDKPATH "/home/tim/projects/efabless/tech/SW/EFS8A"
 
 # loading technology
 tech load $PDKPATH/libs.tech/magic/EFS8A.tech
@@ -27,13 +27,17 @@
 snap lambda
 
 # add path to reference cells
-# set MAGPATH "${PDKPATH}/libs.ref/maglef"
-set MAGPATH "${PDKPATH}/libs.ref/"
-set MAGTYPE maglef
+set MAGPATH "${PDKPATH}/libs.ref/maglef"
+addpath ${MAGPATH}/primdev
+addpath ${MAGPATH}/s8iom0s8
+addpath ${MAGPATH}/scs8hd
+
+# set MAGPATH "${PDKPATH}/libs.ref/"
 # set MAGTYPE mag
-addpath ${MAGPATH}/primdev/${MAGTYPE}
-addpath ${MAGPATH}/s8iom0s8/${MAGTYPE}
-addpath ${MAGPATH}/scs8hd/${MAGTYPE}
+# set MAGTYPE maglef
+# addpath ${MAGPATH}/primdev/${MAGTYPE}
+# addpath ${MAGPATH}/s8iom0s8/${MAGTYPE}
+# addpath ${MAGPATH}/scs8hd/${MAGTYPE}
 
 # add path to IP from catalog.  This procedure defined in the PDK script.
 catch {magic::query_mylib_ip}
diff --git a/mag/import.tcl b/mag/import.tcl
index acbf2fa..9013ef2 100644
--- a/mag/import.tcl
+++ b/mag/import.tcl
@@ -1,9 +1,8 @@
-# lef read /ef/tech/SW/EFS8A/libs.ref/techLEF/scs8hd/scs8hd_tech.lef
-# lef read /ef/tech/SW/EFS8A/libs.ref/lef/s8iom0s8/s8iom0s8.lef
-# lef read /ef/tech/SW/EFS8A/libs.ref/lef/s8iom0s8/power_pads_lib.lef
-lef read /home/tim/projects/efabless/tech/SW/EFS8A/libs.ref/scs8hd/techlef/scs8hd_tech.lef
+lef read /ef/tech/SW/EFS8A/libs.ref/techLEF/scs8hd/scs8hd_tech.lef
+lef read /ef/tech/SW/EFS8A/libs.ref/lef/s8iom0s8/s8iom0s8.lef
+lef read /ef/tech/SW/EFS8A/libs.ref/lef/s8iom0s8/power_pads_lib.lef
 # def read ../def/striVe_spi.routing.def
 # def read ../def/digital_pll.routing.def
 # def read ../def/striVe_clkrst.routing.def
 # def read ../def/striVe_soc.routing.def
-# def read ../def/striVe.routing.def
+def read ../def/striVe.routing.def