diff options
author | Claire Xenia Wolf <claire@clairexen.net> | 2021-12-10 00:22:37 +0100 |
---|---|---|
committer | Claire Xenia Wolf <claire@clairexen.net> | 2021-12-10 00:22:37 +0100 |
commit | d6e4d3f1ba9191f0f3bbed2d47a9ef80b8614e77 (patch) | |
tree | ce3d60c7aa65c8f67a583f1d8da1913ade20fd9e /tests/arch | |
parent | ce08046f4439575f551449e00b502717459bee63 (diff) | |
download | yosys-d6e4d3f1ba9191f0f3bbed2d47a9ef80b8614e77.tar.gz yosys-d6e4d3f1ba9191f0f3bbed2d47a9ef80b8614e77.tar.bz2 yosys-d6e4d3f1ba9191f0f3bbed2d47a9ef80b8614e77.zip |
Fix the tests we just broke
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
Diffstat (limited to 'tests/arch')
-rw-r--r-- | tests/arch/xilinx/tribuf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/arch/xilinx/tribuf.sh b/tests/arch/xilinx/tribuf.sh index bd44395cb..eca33e490 100644 --- a/tests/arch/xilinx/tribuf.sh +++ b/tests/arch/xilinx/tribuf.sh @@ -1,5 +1,5 @@ -! ../../../yosys -qp "synth_xilinx" ../common/tribuf.v -../../../yosys -qp "synth_xilinx -iopad; \ +../../../yosys -f verilog -qp "synth_xilinx" ../common/tribuf.v +../../../yosys -f verilog -qp "synth_xilinx -iopad; \ select -assert-count 2 t:IBUF; \ select -assert-count 1 t:INV; \ select -assert-count 1 t:OBUFT" ../common/tribuf.v |