We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15f3498 + cd068a3 commit 2ffaacfCopy full SHA for 2ffaacf
Makefile
@@ -28,7 +28,7 @@ DISTRIBUTABLES += $(wildcard presets)
28
29
$(VERILATED_PATH)/Vcore.mk: rtl/core.sv
30
mkdir -p build; \
31
- verilator --cc $< -Mdir $(VERILATED_PATH) -CFLAGS -fPIC
+ verilator --cc $< -Mdir $(VERILATED_PATH) -CFLAGS -fPIC -CFLAGS -std=c++17
32
33
$(VERILATED_PATH)/$(VERILATED_OBJ): $(VERILATED_PATH)/Vcore.mk
34
make -C $(VERILATED_PATH) -f $(VERILATED_MK)
0 commit comments