Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[simple_system] Bump C++ version in core files #2157

Merged
merged 1 commit into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. [simple_system] Bump C++ version in core files

    This sets the C++ standard that's being used for a compiler that's
    building a Verilator simulation. Recent versions of Verilator (since
    5.020) require the compiler to be in C++14 mode, so passing -std=c++11
    breaks the build with them.
    
    Looking at history, -std=c++14 has been supported since GCC
    6.1 (released in 2016), so I don't think this argument is going to
    cause any tooling problems.
    rswarbrick committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c2422b8 View commit details
    Browse the repository at this point in the history