Skip to content

Commit 9035ccf

Browse files
committed
Remove disallowPackedArray option from firtool compilation step
1 parent 1f5a141 commit 9035ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ $(FIRTOOL_TARGETS) &: $(FIRRTL_FILE) $(FINAL_ANNO_FILE) $(VLOG_SOURCES)
197197
--disable-annotation-classless \
198198
--disable-annotation-unknown \
199199
--warn-on-unprocessed-annotations \
200-
--lowering-options=disallowPackedArrays,emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,explicitBitcast,verifLabels,locationInfoStyle=wrapInAtSquareBracket \
200+
--lowering-options=emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,explicitBitcast,verifLabels,locationInfoStyle=wrapInAtSquareBracket \
201201
--repl-seq-mem \
202202
--repl-seq-mem-circuit=$(MODEL) \
203203
--repl-seq-mem-file=$(FIRTOOL_SMEMS_CONF) \

0 commit comments

Comments
 (0)