Skip to content

Commit cd068a3

Browse files
committed
fix Makefile
1 parent 15f3498 commit cd068a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DISTRIBUTABLES += $(wildcard presets)
2828

2929
$(VERILATED_PATH)/Vcore.mk: rtl/core.sv
3030
mkdir -p build; \
31-
verilator --cc $< -Mdir $(VERILATED_PATH) -CFLAGS -fPIC
31+
verilator --cc $< -Mdir $(VERILATED_PATH) -CFLAGS -fPIC -CFLAGS -std=c++17
3232

3333
$(VERILATED_PATH)/$(VERILATED_OBJ): $(VERILATED_PATH)/Vcore.mk
3434
make -C $(VERILATED_PATH) -f $(VERILATED_MK)

0 commit comments

Comments
 (0)