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

Upgrade Chisel and Chisel Plugin Dependencies to Version 6.2.0 #8

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

Seeker0472
Copy link
Contributor

Updates the versions of the chisel library and the chisel-plugin to 6.2.0 to address compatibility issues with Verilator.

I'm using Verilator 5.027 and the make test instruction runs into the following error:

/usr/local/share/verilator/include/verilatedos.h:271:3: error: #error "Verilator requires a C++14 or newer compiler"
  271 | # error "Verilator requires a C++14 or newer compiler"
      |   ^~~~~

And it's fixed in chipsalliance/chisel#3876

Upgrading the chisel library and the chisel-plugin to 6.2.0 fixes this issue.

@sashimi-yzh sashimi-yzh merged commit 04617b9 into OSCPU:master Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants