mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-12 20:18:20 +00:00
fix argument order for macOS compatibility
This commit is contained in:
parent
1668b0126b
commit
644deb708d
|
@ -1,5 +1,5 @@
|
||||||
! ../../../yosys ../common/tribuf.v -qp "synth_xilinx"
|
! ../../../yosys -qp "synth_xilinx" ../common/tribuf.v
|
||||||
../../../yosys ../common/tribuf.v -qp "synth_xilinx -iopad; \
|
../../../yosys -qp "synth_xilinx -iopad; \
|
||||||
select -assert-count 2 t:IBUF; \
|
select -assert-count 2 t:IBUF; \
|
||||||
select -assert-count 1 t:INV; \
|
select -assert-count 1 t:INV; \
|
||||||
select -assert-count 1 t:OBUFT"
|
select -assert-count 1 t:OBUFT" ../common/tribuf.v
|
||||||
|
|
Loading…
Reference in a new issue