mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 20:18:20 +00:00
machxo2: Update tribuf test to reflect active-low OE.
This commit is contained in:
parent
8f1a350f5e
commit
353ace5034
|
@ -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)
|
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
|
cd tristate # Constrain all select calls below inside the top module
|
||||||
select -assert-count 3 t:FACADE_IO
|
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
|
||||||
|
|
Loading…
Reference in a new issue