mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
6 lines
214 B
Bash
6 lines
214 B
Bash
! ../../../yosys ../common/tribuf.v -qp "synth_xilinx"
|
|
../../../yosys ../common/tribuf.v -qp "synth_xilinx -iopad; \
|
|
select -assert-count 2 t:IBUF; \
|
|
select -assert-count 1 t:INV; \
|
|
select -assert-count 1 t:OBUFT"
|