1
0
mirror of synced 2026-05-03 14:50:26 +00:00
Files
YosysHQ.yosys/tests/arch/xilinx/tribuf.sh
2020-03-18 15:11:49 +01:00

6 lines
214 B
Bash

! ../../../yosys -qp "synth_xilinx" ../common/tribuf.v
../../../yosys -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