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

This commit is contained in:
William D. Jones 2021-02-10 18:50:17 -05:00 committed by Marcelina Kościelnicka
parent 8f1a350f5e
commit 353ace5034
1 changed files with 2 additions and 1 deletions

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