fix argument order for macOS compatibility
authorN. Engelhardt <nak@symbioticeda.com>
Wed, 18 Mar 2020 14:11:49 +0000 (15:11 +0100)
committerN. Engelhardt <nak@symbioticeda.com>
Wed, 18 Mar 2020 14:11:49 +0000 (15:11 +0100)
tests/arch/xilinx/tribuf.sh

index 636aed12a7383a3972ef1bb7188be73d3b54bfd9..bd44395cb774f4895cde5ba9e7bfebec7b255d17 100644 (file)
@@ -1,5 +1,5 @@
-! ../../../yosys ../common/tribuf.v -qp "synth_xilinx"
-../../../yosys ../common/tribuf.v -qp "synth_xilinx -iopad; \
+! ../../../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"
+select -assert-count 1 t:OBUFT" ../common/tribuf.v