yosys/tests/arch/xilinx/tribuf.ys

13 lines
497 B
Plaintext
Raw Normal View History

2019-09-10 00:08:03 -05:00
read_verilog tribuf.v
2019-10-04 02:39:34 -05:00
hierarchy -top tristate
2019-09-10 00:08:03 -05:00
proc
tribuf
flatten
synth
equiv_opt -assert -map +/xilinx/cells_sim.v -map +/simcells.v synth_xilinx # equivalency check
design -load postopt # load the post-opt design (otherwise equiv_opt loads the pre-opt design)
2019-10-04 02:39:34 -05:00
cd tristate # Constrain all select calls below inside the top module
# TODO :: Tristate logic not yet supported; see https://github.com/YosysHQ/yosys/issues/1225
2019-09-10 00:08:03 -05:00
select -assert-count 1 t:$_TBUF_
select -assert-none t:$_TBUF_ %% t:* %D