From: N. Engelhardt Date: Wed, 18 Mar 2020 14:11:49 +0000 (+0100) Subject: fix argument order for macOS compatibility X-Git-Tag: working-ls180~743^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=644deb708dc8bec9d8f83df80650376f489c15be;p=yosys.git fix argument order for macOS compatibility --- diff --git a/tests/arch/xilinx/tribuf.sh b/tests/arch/xilinx/tribuf.sh index 636aed12a..bd44395cb 100644 --- a/tests/arch/xilinx/tribuf.sh +++ b/tests/arch/xilinx/tribuf.sh @@ -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