We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f93a1ce commit dfd2de2Copy full SHA for dfd2de2
Makefile
@@ -42,7 +42,7 @@ VERILATOR_FLAGS += -cc --exe
42
# Generate makefile dependencies (not shown as complicates the Makefile)
43
#VERILATOR_FLAGS += -MMD
44
# Optimize
45
-VERILATOR_FLAGS += -Os -x-assign 0
+VERILATOR_FLAGS += -x-assign 0
46
# Warn abount lint issues; may not want this on less solid designs
47
VERILATOR_FLAGS += -Wall
48
# Make waveforms
0 commit comments