diff --git a/rtl/Makefile b/rtl/Makefile index 1a6e41fc..474e8e4b 100644 --- a/rtl/Makefile +++ b/rtl/Makefile @@ -5,7 +5,7 @@ all: RUNFILE VERILATOR: - verilator -Wall -cc Vortex.v --exe test_bench.cpp -CFLAGS std=c++11 + verilator -Wall -cc Vortex.v --exe test_bench.cpp -CFLAGS -std=c++11 RUNFILE: VERILATOR (cd obj_dir && make -j -f VVortex.mk)