target/sim: Add JTAG tasks for reg access and preloading#103
Merged
Conversation
* Can be used by platforms to halt CVA6 and preload a shared memory when execution happens on domains different than Cheshire.
d52cdba to
33ad6a7
Compare
Contributor
Author
|
@paulsc96 rfc when you have time |
Member
|
Here are my comments:
Admittedly, I could have given this feedback earlier, but these "oversights" (read: you dumped this code here without a second look at the diff) discouraged me a bit. It's faster and simpler to do what you should have done and clean up the diff, but you knew I would anyways 😉 Good on you for dodging work at my expense. |
Member
|
Bonus round of comments (to be updated):
|
Member
|
Here's my proposal for something mergeable:
If you want the non- |
cfe3329 to
98750bd
Compare
98750bd to
36ffd2c
Compare
36ffd2c to
49ddf21
Compare
paulsc96
approved these changes
Mar 5, 2024
yvantor
pushed a commit
that referenced
this pull request
Mar 5, 2024
* target/sim: Add JTAG tasks to read/write 32b registers * target/sim: Add JTAG task to halt and load binary Can be used by platforms to halt CVA6 and preload a shared memory when execution happens on domains different than Cheshire. * target/sim: Clean up added tasks --------- Co-authored-by: Paul Scheffler <paulsc@iis.ee.ethz.ch>
yvantor
pushed a commit
that referenced
this pull request
May 10, 2024
* target/sim: Add JTAG tasks to read/write 32b registers * target/sim: Add JTAG task to halt and load binary Can be used by platforms to halt CVA6 and preload a shared memory when execution happens on domains different than Cheshire. * target/sim: Clean up added tasks --------- Co-authored-by: Paul Scheffler <paulsc@iis.ee.ethz.ch>
chaoqun-liang
pushed a commit
that referenced
this pull request
May 18, 2024
* target/sim: Add JTAG tasks to read/write 32b registers * target/sim: Add JTAG task to halt and load binary Can be used by platforms to halt CVA6 and preload a shared memory when execution happens on domains different than Cheshire. * target/sim: Clean up added tasks --------- Co-authored-by: Paul Scheffler <paulsc@iis.ee.ethz.ch>
chaoqun-liang
pushed a commit
that referenced
this pull request
Jun 1, 2024
* target/sim: Add JTAG tasks to read/write 32b registers * target/sim: Add JTAG task to halt and load binary Can be used by platforms to halt CVA6 and preload a shared memory when execution happens on domains different than Cheshire. * target/sim: Clean up added tasks --------- Co-authored-by: Paul Scheffler <paulsc@iis.ee.ethz.ch>
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.
First of three steps to merge back features/bugfixes from Carfield project. This is a testbench/simulation-only feature.
Remaining two steps (RTL features) are #102 and #74, to be addressed later