Modified the configuration file to better handle the installation
options. In particular, removed the "install-local" and "install-dist"
targets in favor of just using "make install", with the install type
dependent on the choices made by "configure". Made the local and
distributed install paths specific to the PDK. Added the link type
and efabless-style to the configuration options. Added a list of
generic standard cell gates to be used by (not yet posted) software
to automatically generate digital symbol libraries.
diff --git a/sky130/netgen/sky130_setup.tcl b/sky130/netgen/sky130_setup.tcl
index bb5c574..7669f39 100644
--- a/sky130/netgen/sky130_setup.tcl
+++ b/sky130/netgen/sky130_setup.tcl
@@ -63,8 +63,7 @@
set devices {mrl1 mrm1 mrm2 mrm3}
#ifdef METAL5
-lappend devices mrm4
-lappend devices mrm5
+lappend devices mrm4 mrm5
#endif (METAL5)
foreach dev $devices {
@@ -101,9 +100,8 @@
#-------------------------------------------
set devices {nshort nlowvt sonos_e nhvnative nhv pshort plowvt phighvt phv}
-lappend devices xcnwvc
-lappend devices xcnwvc2
-lappend devices xchvnwc
+lappend devices ppu npass npd
+lappend devices xcnwvc xcnwvc2 xchvnwc
foreach dev $devices {
if {[lsearch $cells1 $dev] >= 0} {