mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-10 08:02:02 +00:00
tests: remove unstable FPGA synthesis result checks
This commit is contained in:
parent
7371388e1d
commit
054de3c236
2 changed files with 2 additions and 3 deletions
|
|
@ -11,8 +11,6 @@ sat -verify -prove-asserts -show-public -set-at 1 in_reset 1 -seq 20 -prove-skip
|
|||
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
|
||||
cd fsm # Constrain all select calls below inside the top module
|
||||
|
||||
select -assert-count 2 t:LUT2
|
||||
select -assert-count 4 t:LUT3
|
||||
select -assert-count 4 t:dffepc
|
||||
select -assert-count 1 t:logic_0
|
||||
select -assert-count 1 t:logic_1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue