From: Marcin Koƛcielnicki Date: Wed, 18 Dec 2019 14:53:20 +0000 (+0100) Subject: tests/xilinx: fix flaky mux test X-Git-Tag: working-ls180~919^2~2^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f382164d6ed4e6fd6820322db5becf081a74f272;p=yosys.git tests/xilinx: fix flaky mux test --- diff --git a/tests/arch/xilinx/mux.ys b/tests/arch/xilinx/mux.ys index 821d0fab7..388272449 100644 --- a/tests/arch/xilinx/mux.ys +++ b/tests/arch/xilinx/mux.ys @@ -40,6 +40,8 @@ proc equiv_opt -assert -map +/xilinx/cells_sim.v synth_xilinx # equivalency check design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design) cd mux16 # Constrain all select calls below inside the top module -select -assert-count 5 t:LUT6 +select -assert-min 5 t:LUT6 +select -assert-max 7 t:LUT6 +select -assert-max 2 t:MUXF7 -select -assert-none t:LUT6 %% t:* %D +select -assert-none t:LUT6 t:MUXF7 %% t:* %D