From 9035ccf824bae57dfc4b0275d276c00c12f55489 Mon Sep 17 00:00:00 2001 From: joey0320 Date: Tue, 20 Dec 2022 21:51:08 -0800 Subject: [PATCH] Remove disallowPackedArray option from firtool compilation step --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 4bbab10e..56561e06 100644 --- a/common.mk +++ b/common.mk @@ -197,7 +197,7 @@ $(FIRTOOL_TARGETS) &: $(FIRRTL_FILE) $(FINAL_ANNO_FILE) $(VLOG_SOURCES) --disable-annotation-classless \ --disable-annotation-unknown \ --warn-on-unprocessed-annotations \ - --lowering-options=disallowPackedArrays,emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,explicitBitcast,verifLabels,locationInfoStyle=wrapInAtSquareBracket \ + --lowering-options=emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,explicitBitcast,verifLabels,locationInfoStyle=wrapInAtSquareBracket \ --repl-seq-mem \ --repl-seq-mem-circuit=$(MODEL) \ --repl-seq-mem-file=$(FIRTOOL_SMEMS_CONF) \