projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44fa24c
)
fix trailing backslash that is confusing editors
optimizations
author
Sadoon Albader
<sadoon@soulserv.xyz>
Fri, 8 Sep 2023 14:49:14 +0000
(17:49 +0300)
committer
Sadoon Albader
<sadoon@soulserv.xyz>
Fri, 8 Sep 2023 14:49:14 +0000
(17:49 +0300)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2d764b5bdd63c0bdeac93eb1292b48c5839e004d..9a1ac9b0ea19a3235904ba0238728d322d8cf476 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-285,7
+285,7
@@
microwatt-verilator: microwatt.v verilator/microwatt-verilator.cpp verilator/uar
# --unroll-count 256 \
# --output-split 5000 \
# --output-split-cfuncs 500 \
- # --output-split-ctrace 500
\
+ # --output-split-ctrace 500
make -j $(JOBS) -C obj_dir -f Vmicrowatt.mk
@cp -f obj_dir/microwatt-verilator microwatt-verilator