Skip to content

Commit b614d5b

Browse files
committed
[Synth] Don't run LEC tests if z3/lec-jit is not provided, NFC
1 parent 353e0bd commit b614d5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration_test/circt-synth/balance-mux.mlir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// REQUIRES: libz3
2+
// REQUIRES: circt-lec-jit
3+
14
// RUN: circt-opt %s --pass-pipeline='builtin.module(synth-print-longest-path-analysis, hw.module(comb-balance-mux{mux-chain-threshold=4}))' -o %t.mlir | FileCheck %s --check-prefix=DEPTH_BEFORE
25
// RUN: circt-opt %t.mlir --pass-pipeline='builtin.module(synth-print-longest-path-analysis)' | FileCheck %s --check-prefix=DEPTH_AFTER
36
// RUN: circt-lec %t.mlir %s -c1=priority_mux_18_depth -c2=priority_mux_18_depth --shared-libs=%libz3 | FileCheck %s --check-prefix=MUX18_LEC

0 commit comments

Comments
 (0)