From: Jan Kowalewski Date: Fri, 6 Dec 2019 08:01:16 +0000 (+0100) Subject: tests: arch: xilinx: Change order of arguments in macc.sh X-Git-Tag: working-ls180~932^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dcb30b5f4a49379a41fe4e279526b93da31eeabd;p=yosys.git tests: arch: xilinx: Change order of arguments in macc.sh --- diff --git a/tests/arch/xilinx/macc.sh b/tests/arch/xilinx/macc.sh index 2272679ee..154a29848 100644 --- a/tests/arch/xilinx/macc.sh +++ b/tests/arch/xilinx/macc.sh @@ -1,3 +1,3 @@ -../../../yosys -qp "synth_xilinx -top macc2; rename -top macc2_uut" macc.v -o macc_uut.v +../../../yosys -qp "synth_xilinx -top macc2; rename -top macc2_uut" -o macc_uut.v macc.v iverilog -o test_macc macc_tb.v macc_uut.v macc.v ../../../techlibs/xilinx/cells_sim.v vvp -N ./test_macc