Draft
Conversation
Adding an automation that runs riscv-tests/debug on the build of riscv-openocd. The steps performed are: - Build of OpenOCD - Build of Spike - Download a pre-built RISC-V toolchain - Run riscv-tests/debug - Collect test results - Collect OpenOCD code coverage Change-Id: Id10cfa26828c22d9759399bee6c2f24def6e4318 Signed-off-by: Jan Matyas <jmatyas@codasip.com>
Change-Id: Idc997c4ebbf83aebf4d767343c59e19abc4fb761 Signed-off-by: Jan Matyas <jmatyas@codasip.com>
Change-Id: I0005603ad60d8e104f7bec4fe16d2a9ae1342df3
Change-Id: Ic285cd0147fb9285adb5edb20f27b0a3e06ff82a Signed-off-by: Jan Matyas <jmatyas@codasip.com>
When it doesn't do anything (most of the time) it has negligible performance impact. With slower remote bitbang, and multiple spike instances being tested in a single chain, things are sufficiently slow that if a computer is busy then this is required to pass riscv-tests/debug. Change-Id: I8816efedaa0cc3b25734ba8fdc979ee4502284a1 Signed-off-by: Tim Newsome <tim@sifive.com>
After single step operation, we should not assume that the halt reason is single-step. There can be a higher-priority halt cause, e.g. a breakpoint. The real halt reason should be obtained from the target (dcsr.cause). Change-Id: I3f1649aa46b91ea456d642d31ec2c50788b96084 Signed-off-by: Jan Matyas <jmatyas@codasip.com>
This was referenced Jun 11, 2021
This file contains hidden or 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
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.
Dummy pull request, created just to test this change: riscv-collab#618
Do not merge, this is to be closed after the testing.