mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
Fix the tests we just broke
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
parent
ce08046f44
commit
d6e4d3f1ba
6 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
! ../../../yosys -qp "synth_xilinx" ../common/tribuf.v
|
||||
../../../yosys -qp "synth_xilinx -iopad; \
|
||||
../../../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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue