Skip to content

Commit 17ab179

Browse files
widlarizerrocallahan
authored andcommitted
tests: remove unstable FPGA synthesis result checks
1 parent c5b53c5 commit 17ab179

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/arch/quicklogic/pp3/fsm.ys

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ sat -verify -prove-asserts -show-public -set-at 1 in_reset 1 -seq 20 -prove-skip
1111
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
1212
cd fsm # Constrain all select calls below inside the top module
1313

14-
select -assert-count 2 t:LUT2
15-
select -assert-count 4 t:LUT3
1614
select -assert-count 4 t:dffepc
1715
select -assert-count 1 t:logic_0
1816
select -assert-count 1 t:logic_1

tests/arch/xilinx/dsp_cascade.ys

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ equiv_opt -assert -map +/xilinx/cells_sim.v synth_xilinx -noiopad
6969
design -load postopt
7070
cd cascade
7171
select -assert-count 2 t:DSP48E1
72-
select -assert-none t:DSP48E1 t:BUFG %% t:* %D
72+
# TODO Disabled check, FDREs emitted due to order sensitivity
73+
# select -assert-none t:DSP48E1 t:BUFG %% t:* %D
7374
# Very crude method of checking that DSP48E1.PCOUT -> DSP48E1.PCIN
7475
# (see above for explanation)
7576
select -assert-count 1 t:DSP48E1 %co:+[PCOUT] t:DSP48E1 %d %co:+[PCIN] w:* %d t:DSP48E1 %i

0 commit comments

Comments
 (0)