fix yosys path
authorMiodrag Milanovic <mmicko@gmail.com>
Fri, 18 Oct 2019 09:18:53 +0000 (11:18 +0200)
committerMiodrag Milanovic <mmicko@gmail.com>
Fri, 18 Oct 2019 09:18:53 +0000 (11:18 +0200)
tests/arch/xilinx/macc.sh

index 86e4c2bb64ef1ee0de4c9c70cf93d377c06fa5ff..2272679ee8ff66d4c7f96e26f0f126db896d5188 100644 (file)
@@ -1,3 +1,3 @@
-../../yosys -qp "synth_xilinx -top macc2; rename -top macc2_uut" macc.v -o macc_uut.v
-iverilog -o test_macc macc_tb.v macc_uut.v macc.v ../../techlibs/xilinx/cells_sim.v
+../../../yosys -qp "synth_xilinx -top macc2; rename -top macc2_uut" macc.v -o macc_uut.v
+iverilog -o test_macc macc_tb.v macc_uut.v macc.v ../../../techlibs/xilinx/cells_sim.v
 vvp -N ./test_macc