projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56f9482
)
fix yosys path
author
Miodrag Milanovic
<mmicko@gmail.com>
Fri, 18 Oct 2019 09:18:53 +0000
(11:18 +0200)
committer
Miodrag Milanovic
<mmicko@gmail.com>
Fri, 18 Oct 2019 09:18:53 +0000
(11:18 +0200)
tests/arch/xilinx/macc.sh
patch
|
blob
|
history
diff --git
a/tests/arch/xilinx/macc.sh
b/tests/arch/xilinx/macc.sh
index 86e4c2bb64ef1ee0de4c9c70cf93d377c06fa5ff..2272679ee8ff66d4c7f96e26f0f126db896d5188 100644
(file)
--- 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
-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