3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-22 09:59:39 +00:00
yosys/tests/arch/xilinx/tribuf.sh
2026-05-19 14:26:07 +02:00

5 lines
222 B
Bash

${YOSYS} -f verilog -qp "synth_xilinx" ../common/tribuf.v
${YOSYS} -f verilog -qp "synth_xilinx -iopad; \
select -assert-count 2 t:IBUF; \
select -assert-count 1 t:INV; \
select -assert-count 1 t:OBUFT" ../common/tribuf.v