machxo2: Update tribuf test to reflect active-low OE.
authorWilliam D. Jones <thor0505@comcast.net>
Wed, 10 Feb 2021 23:50:17 +0000 (18:50 -0500)
committerMarcelina Koƛcielnicka <mwk@0x04.net>
Tue, 23 Feb 2021 16:39:58 +0000 (17:39 +0100)
tests/arch/machxo2/tribuf.ys

index 7f3cd326ec1a163339f36b5efac3b79f38e65c54..9c00a8bcf6b4cf945d9086f0c5f5c50ef6895e28 100644 (file)
@@ -6,4 +6,5 @@ equiv_opt -assert -map +/machxo2/cells_sim.v synth_machxo2 # equivalency check
 design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
 cd tristate # Constrain all select calls below inside the top module
 select -assert-count 3 t:FACADE_IO
-select -assert-none t:FACADE_IO %% t:* %D
+select -assert-count 1 t:$not
+select -assert-none t:FACADE_IO t:$not %% t:* %D