tests: update fsm.ys resource count
authorEddie Hung <eddie@fpgeh.com>
Wed, 27 May 2020 19:49:16 +0000 (12:49 -0700)
committerMarcelina Koƛcielnicka <mwk@0x04.net>
Sat, 4 Jul 2020 17:45:10 +0000 (19:45 +0200)
Suspect it is to do with map/set ordering in techmap; should
be fixed by #1862?

tests/arch/intel_alm/fsm.ys

index 67965569b33525d2df487a128b2d306ad8b4a0ae..20321c62f1fe9589fa3da3175c03c55f7d5dadc0 100644 (file)
@@ -13,7 +13,7 @@ cd fsm # Constrain all select calls below inside the top module
 
 select -assert-count 6 t:MISTRAL_FF
 select -assert-max 2 t:MISTRAL_ALUT2 # Clang returns 2, GCC returns 1
-select -assert-count 1 t:MISTRAL_ALUT3
-select -assert-count 5 t:MISTRAL_ALUT5
-select -assert-count 2 t:MISTRAL_ALUT6
-select -assert-none t:MISTRAL_FF t:MISTRAL_ALUT2 t:MISTRAL_ALUT3 t:MISTRAL_ALUT5 t:MISTRAL_ALUT6 %% t:* %D
+select -assert-max 1 t:MISTRAL_ALUT4 # Clang returns 0, GCC returns 1
+select -assert-max 5 t:MISTRAL_ALUT5 # Clang returns 5, GCC returns 4
+select -assert-max 2 t:MISTRAL_ALUT6 # Clang returns 1, GCC returns 2
+select -assert-none t:MISTRAL_FF t:MISTRAL_ALUT2 t:MISTRAL_ALUT4 t:MISTRAL_ALUT5 t:MISTRAL_ALUT6 %% t:* %D