From 30df6dad0b1898390383297e7afe702b63a18628 Mon Sep 17 00:00:00 2001 From: joey0320 Date: Thu, 23 Feb 2023 11:01:33 -0800 Subject: [PATCH] add disallowPackedArrays --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index f592fa5c..7b991932 100644 --- a/common.mk +++ b/common.mk @@ -196,7 +196,7 @@ endif --disable-annotation-classless \ --disable-annotation-unknown \ --mlir-timing \ - --lowering-options=emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,verifLabels,locationInfoStyle=wrapInAtSquareBracket \ + --lowering-options=emittedLineLength=2048,noAlwaysComb,disallowLocalVariables,disallowPackedArrays,verifLabels,locationInfoStyle=wrapInAtSquareBracket \ --repl-seq-mem \ --repl-seq-mem-file=$(MFC_SMEMS_CONF) \ --repl-seq-mem-circuit=$(MODEL) \