mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Added std=c++11
This commit is contained in:
parent
1105261bbb
commit
9cd8ee8579
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ all: RUNFILE
|
|||
|
||||
|
||||
VERILATOR:
|
||||
verilator -Wall -cc Vortex.v --exe test_bench.cpp
|
||||
verilator -Wall -cc Vortex.v --exe test_bench.cpp -CFLAGS std=c++11
|
||||
|
||||
RUNFILE: VERILATOR
|
||||
(cd obj_dir && make -j -f VVortex.mk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue