projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dece79
)
tests: arch: xilinx: Change order of arguments in macc.sh
author
Jan Kowalewski
<jkowalewski@antmicro.com>
Fri, 6 Dec 2019 08:01:16 +0000
(09:01 +0100)
committer
Jan Kowalewski
<jkowalewski@antmicro.com>
Fri, 6 Dec 2019 08:15:49 +0000
(09:15 +0100)
tests/arch/xilinx/macc.sh
patch
|
blob
|
history
diff --git
a/tests/arch/xilinx/macc.sh
b/tests/arch/xilinx/macc.sh
index 2272679ee8ff66d4c7f96e26f0f126db896d5188..154a29848e7a5f880c1bfa4284b7121fa66299c2 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
+../../../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