Simplify breaking tests/arch/*/fsm.ys tests
authorEddie Hung <eddie@fpgeh.com>
Fri, 20 Mar 2020 18:25:17 +0000 (11:25 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 20 Mar 2020 18:25:17 +0000 (11:25 -0700)
tests/arch/anlogic/fsm.ys
tests/arch/efinix/fsm.ys

index 0bcc4e0114bef37e09f975f19be373b11b666c4c..eb94177ad2b231b3009b5fbae106c6cd38d5d009 100644 (file)
@@ -10,9 +10,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 1 t:AL_MAP_LUT2
-select -assert-count 5 t:AL_MAP_LUT5
-select -assert-count 1 t:AL_MAP_LUT6
 select -assert-count 6 t:AL_MAP_SEQ
 
-select -assert-none t:AL_MAP_LUT2 t:AL_MAP_LUT5 t:AL_MAP_LUT6 t:AL_MAP_SEQ %% t:* %D
+select -assert-none t:AL_MAP_LUT* t:AL_MAP_SEQ %% t:* %D
index a2db2ad987a60784067d1af16e887763abeefd2c..aef720d4662b10d69b281bb52acbc7e4f3047667 100644 (file)
@@ -10,7 +10,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 1  t:EFX_GBUFCE
-select -assert-count 6  t:EFX_FF
-select -assert-count 15 t:EFX_LUT4
+select -assert-count 1 t:EFX_GBUFCE
+select -assert-count 6 t:EFX_FF
 select -assert-none t:EFX_GBUFCE t:EFX_FF t:EFX_LUT4 %% t:* %D