added ./scripts folder with misc purposes.
THIS IS WORK IN PROGRESS
diff --git a/scripts/extract.tcl b/scripts/extract.tcl
new file mode 100644
index 0000000..e043e66
--- /dev/null
+++ b/scripts/extract.tcl
@@ -0,0 +1,16 @@
+lef read $::env(PDKPATH)/libs.ref/techLEF/scs8hd/scs8hd_tech.lef
+set macro_mags "openram_tc_core.mag"
+
+# lef read ../lef/sram_1rw1r_32_256_8_sky130_lp1.lef
+
+foreach ff $macro_mags { drc off; after 500; load $ff -dereference; select top cell; property LEFview TRUE }
+
+load openram_tc_1kb -dereference
+
+select top cell
+extract do local
+extract
+ext2spice lvs
+ext2spice openram_tc_1kb.ext
+feedback save extract.tcl.log
+exit