Added the sky130_sram_macros library from the github/efabless
repository. These are used in the Caravel chip, but there is no
place where the underlying cells are made available in the PDK,
making it impossible to run LVS, DRC, or do simulation at anything
other than a black-box level of the whole SRAM block.
diff --git a/scripts/configure.ac b/scripts/configure.ac
index 98a0e69..b358eef 100755
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -166,7 +166,7 @@
flag,
AS_HELP_STRING(
[--enable-flag@<:@=path@:>@],
- [Install target. If path is omitted, it'll be downloaded. @<:@default=disabled@:>@]
+ [Install target. If path is omitted, it'll be downloaded. @<:@default=enabled@:>@]
), [
if test "$enableval" == "yes" -o "$enableval" == "YES"; then
AC_MSG_NOTICE([Package 'target' will be installed automatically during make.])
@@ -190,6 +190,7 @@
AC_SUBST(targetvar[]_PATH)
])
+M4_GEN_INSTALLATION(sky130_sram_macros, sram-sky130, ../sources)
M4_GEN_INSTALLATION(sky130_ml_xx_hd, alpha-sky130, ../sources)
M4_GEN_INSTALLATION(xschem_sky130, xschem-sky130, ../sources)