projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1668b01
)
fix argument order for macOS compatibility
author
N. Engelhardt
<nak@symbioticeda.com>
Wed, 18 Mar 2020 14:11:49 +0000
(15:11 +0100)
committer
N. Engelhardt
<nak@symbioticeda.com>
Wed, 18 Mar 2020 14:11:49 +0000
(15:11 +0100)
tests/arch/xilinx/tribuf.sh
patch
|
blob
|
history
diff --git
a/tests/arch/xilinx/tribuf.sh
b/tests/arch/xilinx/tribuf.sh
index 636aed12a7383a3972ef1bb7188be73d3b54bfd9..bd44395cb774f4895cde5ba9e7bfebec7b255d17 100644
(file)
--- 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