Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
e22013e6
Commit
e22013e6
authored
Jun 11, 2020
by
Antoine Kaufmann
Browse files
corundum: disable trace in makefile as well
parent
3b8c348b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
corundum/Makefile
corundum/Makefile
+1
-1
No files found.
corundum/Makefile
View file @
e22013e6
...
@@ -10,7 +10,7 @@ SRCS = corundum_verilator.cpp dma.cpp mem.cpp
...
@@ -10,7 +10,7 @@ SRCS = corundum_verilator.cpp dma.cpp mem.cpp
all
:
corundum_verilator
all
:
corundum_verilator
obj_dir/Vinterface.cpp
:
rtl/interface.v
obj_dir/Vinterface.cpp
:
rtl/interface.v
$(VERILATOR)
$(VFLAGS)
--cc
-O3
--trace
\
$(VERILATOR)
$(VFLAGS)
--cc
-O3
\
-CFLAGS
"-I
$(PWD)
/../nicsim_common/include -I
$(PWD)
/../proto -O3 -g -Wall"
\
-CFLAGS
"-I
$(PWD)
/../nicsim_common/include -I
$(PWD)
/../proto -O3 -g -Wall"
\
-y
rtl
\
-y
rtl
\
-y
lib/axi/rtl
\
-y
lib/axi/rtl
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment