mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Add test
This commit is contained in:
parent
3bd623bb05
commit
47ac1b01e6
5
tests/arch/xilinx/tribuf.sh
Normal file
5
tests/arch/xilinx/tribuf.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
! ../../../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"
|
Loading…
Reference in a new issue