machxo2: Update tribuf test to reflect active-low OE.

This commit is contained in:
William D. Jones
2021-02-23 17:39:58 +01:00
committed by Marcelina Kościelnicka
parent 8f1a350f5e
commit 353ace5034
+2 -1
View 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