-
Notifications
You must be signed in to change notification settings - Fork 40
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
NaxRiscv update for compatibility with naxriscv branches of rvls/risc-isa-sim #128
Conversation
Bill94l
commented
Dec 2, 2024
- Improvements: Updating Spike and RVLS Submodules #126 (comment)
…y in memory management and object lifetimes
… to missing parameters
Hi ^^ I pushed a fix concerning verlator git having migrated to github. |
Hi @Dolu1990 I just checked locally, and I believe the issue is related to the version of Thanks :D |
Ahhh no, the PR you opened need to also update the rvls/riscv-isa-sim. What you need to do is : cd NaxRiscv
git add ext/rvls
git add ext/riscv-isa-sim
git commit -m "Update rvls/riscv-isa-sim"
git push This way, the submodule update will be included in your change :D (right ? there we are out of sync ?) |
Hi ^^
|
For this aswell, you need to do a : cd NaxRiscv
git add ext/SpinalHDL
git commit -m "Update SpinalHDL"
git push Then this update should show up in this PR. |
SpinalHDL/riscv-isa-sim#4 merged ^^ |
I don't know what's wrong with Verilator ? |
Hmm weird, i'm looking at it. Probably a new version of GCC not so happy with it XD |
The verilator compilation should be good now ^^ |
BRAwwwwwww it passes regression <3 |
Great! 😄 We also have an updated version featuring a global
If you're interested, I'd be happy to prepare a new pull request! 😊 |
Sure, no sudo is good ^^ |
All good for merging this PR ? |
Yes, everything works perfectly for this PR on my side. The regression tests successfully pass for all RV32 and RV64 configurations using RVLS. Regarding the conflict, I'm unsure of its cause, as riscv-isa-sim was merged without any issues. |
The But right now it is merged ^^ |