diff options
author | N. Engelhardt <nak@symbioticeda.com> | 2020-03-18 15:11:49 +0100 |
---|---|---|
committer | N. Engelhardt <nak@symbioticeda.com> | 2020-03-18 15:11:49 +0100 |
commit | 644deb708dc8bec9d8f83df80650376f489c15be (patch) | |
tree | ece844ce1f6dd33e61f97dcce2841ac61bbdb90a /tests | |
parent | 1668b0126bc5eb0496ad471b64351f8f6cb563f8 (diff) | |
download | yosys-644deb708dc8bec9d8f83df80650376f489c15be.tar.gz yosys-644deb708dc8bec9d8f83df80650376f489c15be.tar.bz2 yosys-644deb708dc8bec9d8f83df80650376f489c15be.zip |
fix argument order for macOS compatibility
Diffstat (limited to 'tests')
-rw-r--r-- | tests/arch/xilinx/tribuf.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |