[ExportVerilog] Future-proof max concat spilling test, NFC.

This is review follow up, to make this test future-proof in case we
change the default setting of this lowering option.
This commit is contained in:
Mike Urbach 2022-05-16 13:25:53 -06:00
parent 694752580a
commit 199940346b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: circt-opt %s -export-verilog -verify-diagnostics --lowering-options=exprInEventControl,explicitBitcastAddMul | FileCheck %s --strict-whitespace
// RUN: circt-opt %s -export-verilog -verify-diagnostics --lowering-options=exprInEventControl,explicitBitcastAddMul,maximumNumberOfTermsInConcat=10 | FileCheck %s --strict-whitespace
// CHECK-LABEL: module M1
// CHECK-NEXT: #(parameter [41:0] param1) (