"...composable_kernel.git" did not exist on "cbaa29dde0289a0c94f5f005c02e7d1b775be130"
Commit e22013e6 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

corundum: disable trace in makefile as well

parent 3b8c348b
...@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment