Unverified Commit eb89e7a0 authored by Schuyler Eldridge's avatar Schuyler Eldridge Committed by GitHub
Browse files

Use -std=c++11 for Verilator 5.0 support (#3066)



Verilator 5.0 emits C++ which requires "-std=c++11".  This is normally
handled by the Verilator configure script.  However, since Chisel
doesn't use this, the lack of this when running with Verilator 5.0 can
result in compilation failures in tests.  Add this flag so that
Verilator 5.0 works.  I have not tested this with earlier Verilator
versions.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent 48454019
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment