We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fa943 commit f8cb831Copy full SHA for f8cb831
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 += -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
@@ -81,6 +81,7 @@ run:
81
82
@echo
83
@echo "-- VERILATE ----------------"
84
+ $(VERILATOR) --version
85
$(VERILATOR) $(VERILATOR_FLAGS) $(VERILATOR_INPUT)
86
87
0 commit comments