Skip to content

Commit e2c35a0

Browse files
committed
update C++ options for new verilator
1 parent 8b9133a commit e2c35a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/verilated/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ VERILATOR = verilator
1717
VERILATED_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
1818
CALIPTRA_RTL_DIR := $(realpath $(VERILATED_DIR)../1.0/rtl)
1919

20-
CFLAGS := -std=c++11 -fno-exceptions -fPIC
20+
CFLAGS := -std=c++14 -fno-exceptions -fPIC
2121
VERILATOR_MAKE_FLAGS = OPT_FAST="-Os"
2222

2323
VERILATOR_CFLAGS = $(shell pkg-config --cflags verilator)

0 commit comments

Comments
 (0)