forked from riscv-software-src/riscv-isa-sim
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Merge and rebase remote-tracking branch 'upstream/master' into difftest #32
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ractive-vregs Don't print vregs in interactive mode if no V extension exists
…ractive-insn Fix insn interactive command (catch/print trap, use proper access func)
Rename DCSR_STOPCYCLE to DCSR_STOPCOUNT Rename DCSR_HALT to DCSR_NMIP
Bump encoding.h for dcsr in debug spec 1.0
…x-ss-load Loads to shadow-stack pages are allowed
…o account pointer masking
…count pointer masking
Type of plugin_device_factories is changed in upstream
This patch fixes OpenXiangShan/NEMU#353. When difftesting, wfi should just be nop. Otherwise, wfi will stall without pc+1 and cause out of sync between dut and ref.
Implement Debug spec Section 5.7.6. Trigger Control (tcontrol). This commit lets tcontrol be read-only 0 if number of triggers is 0.
…rn on sdtrig difftest.
…void need vs/fs set when set regs.
This patch add github action for building spike-so. This will simplify the procedure of bumping spike-so in NEMU ready-to-run.
XiangShan and NEMU are adding Sv48 support, so spike-so should also enable Sv48 for difftest. This patch move if-else-defined to difftest-def.h to make it clearer. It seems we need something like menuconfig to arrange our configs. Now our difftest-def.h is so complex.
Currently, XiangShan and NEMU have support capturing the faulting instruction when illegal-instruction or virtual-instruction exception occurs. This patch allows the spike to do so when difftesting with XiangShan.
This reverts commit 52f045d.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.