-
Notifications
You must be signed in to change notification settings - Fork 5
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
March 2021 Bump #6
Merged
Merged
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
Test the behavior described in riscv-collab/riscv-openocd#76.
…us/hardware device (#274)
Also use sys.exit instead of exit, per new pylint's suggestion.
* Add a basic semihosting test. * Need to configure semihosting on each target. * WIP * Parse "cannot insert breakpoint" message. Also use sys.exit instead of exit, per new pylint's suggestion.
* WIP * WIP * Vector test seems to work well with spike. * Check a0 in case the program didn't work right. * Return not applicable if compile doesn't support V
Make sure OpenOCD cooperates when a user sets a trigger by writing tselect/tdata* directly.
This is now required to use `-rtos riscv`. Addresses the aside mentioned in #287.
Addresses #289.
* ext: add zfh extension test case and related macro Signed-off-by: Chih-Min Chao <[email protected]> * build: add zfh to target Signed-off-by: Chih-Min Chao <[email protected]>
Resolves #303
* Refactored rv64ud structural test to use pass/fail macros and test numbers * More clean up so test actually jumps to fail label
This test would have found riscv-collab/riscv-openocd#559.
HiFiveUnleashed-flash fails som address translation tests. Possibly that would be fixed when riscv-software-src/riscv-tests#313 merges.
- After discussion in riscv-software-src/riscv-tests#315, disable this test case, as it makes implementation assumptions which are not valid with respect to the specification. - Leave code present but commented out. On branch dev/benm-disable-lrsc-test-4 Changes to be committed: modified: isa/rv64ua/lrsc.S
As of tomorrow that feature is officially no longer supported in OpenOCD, so stop testing it.
This fixes an intermitten failure when running these tests.
This allows the vast majority of these tests to work with compilers that don't support the V extension yet, which is helpful for people who aren't using a vector branch of the compiler. Specifically, this will hopefully allow us to run regression tests against OpenOCD on every change, per riscv-collab/riscv-openocd#563.
* Bump riscv-test-env * Merge master * Don't assume that mscratch is initialized to a particular value on reset * Remove testcase that relies on the implementation-specific WFI time limit being 0.
Otherwise, we get infinite recursion. Resolves #321 Resolves #322
Resolves #323
It's faster to figure out there that the test is going to N/A.
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.
Part of the ucb-bar/chipyard#837.