-
Notifications
You must be signed in to change notification settings - Fork 516
Debug spec v1.0 implementation #1590
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
Open
JacobPease
wants to merge
193
commits into
openhwgroup:debug
Choose a base branch
from
JacobPease:debug
base: debug
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 115 commits
Commits
Show all changes
193 commits
Select commit
Hold shift + click to select a range
d9b8420
Added dummy debug transport module for now.
JacobPease 05d7512
Added tap controller based on Dr. Harris' implementation.
JacobPease d47fcf1
Merge branch 'main' of github.com:openhwgroup/cvw into debug
JacobPease 45ff8f0
Added a Boundary Scan Register and Instruction Register initial imple…
JacobPease 3dc149c
Lots of clarifying changes. Getting closer to a testable implementati…
JacobPease ca1ebf7
Fixed syntax errors.
JacobPease 77396ef
update debug header for tap_controller.sv + some comments
stineje 05318c8
Merge pull request #1 from stineje/debug
JacobPease 44c3d9f
change indentation
stineje 024bcab
add state definition for State
stineje 01058ce
formatting
stineje 7c54688
clarify comment
stineje 4324dce
indentation issues on tap_controller
stineje 79a15ce
Cleaned up syntax errors.
JacobPease cfcb70e
Resolved merge.
JacobPease 02b6420
Fixed illegal unsized constant errors.
JacobPease 33807ef
Bug fixes. Problems with sensitivity lists and resets.
JacobPease d6e7bf6
Fixed DTMCS reset bug. Need to reset other fields of important regist…
JacobPease 62cc276
Might need to look at this op logic later in the DMI. For now, needs …
JacobPease 3f7d6cd
possible data_reg_new.sv without packed
stineje 9d7ad71
add another change to remove packed
stineje 2f3ea35
clean up blunder on pcked def
stineje c2a2c33
update dtm
stineje d8ddb79
update tap_controller
stineje f7181c4
Added early debug module. Trying to figure out reading and writing th…
JacobPease be1ec74
small changes to format
stineje ea07012
Added state machine for halting and resuming the hart.
JacobPease d3ec8cf
Added ResumeReq masking when HaltReq is set in the debug module.
JacobPease 944d8be
minor tweaks in comments
stineje eef6c71
Removed data fields.
JacobPease d146e8b
Fixed merged conflicts.
JacobPease f588941
update dm comment
stineje 715fcb3
spacing in dm and a comment
stineje 30234a7
Added the feature to read and write registers with the Abstract Acces…
JacobPease 732f4e6
Resolved merge conflict.
JacobPease c57ae03
Fixed bug where reading a register was putting the wrong value in Data0.
JacobPease 1902e1e
remove old HDL that is probably not needed
stineje 5d796fd
minor tweak on spacing
stineje 5e41892
Vivado linting revealed an issue with the tap_controller's reset sign…
JacobPease 87e8d40
Fixed merge conflict. Merged.
JacobPease a79fcea
Removed synchronizers, added synchronizer to UpdateDR, and added Debu…
JacobPease e73cfa1
minor stylistic comment changes
stineje ca6514a
leave some comments
stineje 0957ff7
add header to inst_reg.sv
stineje 2a772cf
remove blank line bsr.sv
stineje 86ee32f
Temporarily tied bypass to idcode as this fixes OpenOCD's interaction…
JacobPease 429a6ad
Fixed merged conflict.
JacobPease f5a63ce
Fixed always_comb for cmderr. Now it works on fpga.
JacobPease fc252b3
Added some untested functionality to the debug module. This should be…
JacobPease 7fefb89
Added the ability to read CSRs with Abstract Register read commands. …
JacobPease ef2fa06
Fixed bug where response valid wouldn't go high if command wasn't sup…
JacobPease 82e7273
Added better cmderr handling to the Debug Module.
JacobPease e4e5683
Fixed GPR access, cmderr setting, and NextValid handling.
JacobPease d19fa5f
Fixed an if condition bug. Need to rebuild on FPGA.
JacobPease 5dd3d0b
This commit is important. This particular commit fixes most issues wi…
JacobPease 4f8d364
Fixed issues with synthesis, but synthesis was not the issue. Missing…
JacobPease ce67ed8
add ranges for registers per page 19 of the specification. I did not…
stineje 785c3af
Change the way the registers were clocked so that everything is clock…
JacobPease 03eb93b
remove comments in bsr.sv as they are self evident
stineje 086a338
clean up dtm comments
stineje 0e67ba9
remove unneeded signal
stineje 54f51c4
remove unneeded comments
stineje 2169fb7
silly comment clean up
stineje 9f38240
comment cleanup
stineje 87d4282
more comment cleanup on dtm
stineje 630effe
fix spacing of data_reg.sv
stineje bd8ee8a
add comment on dtm.sv
stineje 9986344
Merge branch 'main' of github.com:openhwgroup/cvw into debug
JacobPease 1ceca47
Adds debug modules to wally
JacobPease c15788c
Added debugger submodule to primary testbench.
JacobPease 6d5e422
add JEDEC information and hard code logic variable
stineje 3ae4f59
Fixed testbench tdo assignment and fixed naming conflict in data_reg.sv
JacobPease 717ceb3
Removed last traces of old structs.
JacobPease cb7e2bd
Initial debug csr module. It's a work in progress.
JacobPease eabc2be
Added Abstract Register Read and Write to CVW.
JacobPease 023a428
get rid of comments - let's move forward :)
stineje 016d12f
refine comments on config-shared
stineje 0ab5f5d
Added DebugMode signal to Hazard Unit.
JacobPease a2aee1c
Merge branch 'debug' of github.com:JacobPease/cvw into debug
JacobPease 60a73f5
Set up debug tests and fix many bugs.
JacobPease 28e110d
fix(debug): fixed abstract GPR read enable pin
JacobPease c6d24e1
update debuggers.sv + description
stineje 3220175
remove commented lines out
stineje 459a083
update MD for Wally debug specification
stineje 2179190
feat: Added debug test building
JacobPease 2f31171
Merge branch 'debug' of github.com:JacobPease/cvw into debug
JacobPease 6814085
feat: Initial skeleton of debug test creation python script.
JacobPease ed53a29
feat: debug test building able to build multiple tests
JacobPease e35f374
feat: Improved Debug Spec test building
JacobPease 6ba0e21
fix: Multiple files now building for debug
JacobPease ba1af5b
cleanup of old signals not needed - moving onward and upward
stineje 704abb3
update DFPR item in dm.sv - still need to update in FP regfile and FSM
stineje 8c3e85e
added FPRDDebugEnable to make sure synthesis friendly - still need to…
stineje f3413ac
fix: objdumps now all build
JacobPease 3ae7642
fix: All make rules now working.
JacobPease 6768627
feat: testbench loads testvectors for debugger simultaneously
JacobPease 36e5098
update Makefile w/header plus info on WALLY which will give error oth…
stineje 079797c
feat: DPC sets PCF and Flushes on Resume
JacobPease 3259dc7
chore: removed useless comment
JacobPease 6eb6971
fix: Implemented correct resumeack and havereset bits
JacobPease 7b0c2be
feat: Debug Module now works on FPGA
JacobPease ccf9ac1
feat(debug): Halting on reset
JacobPease 669381d
feat(debug): Testbench runs multiple debug tests
JacobPease d1eddf1
feat(debug): Debugger now tracks testvector state
JacobPease 14c3ae1
fix(debug): Fixed resuming from current PC
JacobPease a8b613d
feat(debug): Debugger now only prints on failure
JacobPease 02a874a
Merged main into debug.
JacobPease 3f06646
chore(debug): Removed tabs and trailing whitespaces
JacobPease 38e7c0c
Merge branch 'main' of github.com:openhwgroup/cvw into debug
JacobPease d2dd1e7
fix(debug): SV fork works in Verilator now
JacobPease b074928
feat(debug): FPU register reading.
JacobPease bfbc84e
feat(debug): Added debug fpu test.
JacobPease 45bfd17
fix(debug): fixed the debug fpu test signature
JacobPease f99c486
spacing in tap_controller
stineje f7c064f
add rv32 program even though not setup for it yet
stineje 8e0ca30
chore: added comments to hazard.sv describing DebugResume
JacobPease 90bce60
update feature list for Wally Debug - more on the way
stineje 81623ff
update install for OpenOCD and wally-packages for OpenOCD
stineje 8522499
delete unnecessary README for Debug OpenOCD
stineje 9767f24
fix typo in wallydebug.md
stineje 1427c94
update README to remove trailing whitespace
stineje ed997c9
remove modified from openocd-install.sh
stineje 260faa4
remove whitespace after boostrap
stineje 62e0b85
update headers for openocd bin install
stineje 0864751
fix whitespace
stineje de1faa1
fix PEP8 debugtestgen.py line
stineje 4e25781
add another test example for debug
stineje 4125683
fix missing test for debug that I forgot to push
stineje 6a447e9
fix whitespace tests.vh
stineje 9b9dd6b
update WALLY-ex for debug
stineje 7991a48
chore: added ebreak debug test for rv64
JacobPease 5416d1e
fix: OpenOCD state on ebreak is updated now.
JacobPease bdc4fbb
update README.md with issue and better clarification for the README r…
stineje 0ca64c6
fix typo in md for README on debug
stineje a31fecb
fix typos/grammatical issues in README
stineje 5d64259
update README for program issue L122
stineje 3e0ee15
update gcd example
stineje 4bf7bff
add Python for users to see real result
stineje faeef07
change output of fpu.py to be better represented
stineje 0508bb2
update WALLY-debug-02 test
stineje 6e2c541
update WALLY-debug-01 immutability test
stineje 7c3e003
add README to Python dir
stineje 0067917
feat: Added ebreak to wally. Many fixes to halting and resuming.
JacobPease 2f16b77
Merge branch 'debug' of github.com:JacobPease/cvw into debug
JacobPease 199fcb9
fix: Added state machines for ResumeReq and HaltReq.
JacobPease 0a8e34a
add hazard issue for DebugResume for flushing appropriately
stineje a0416e5
add comments to csrd.sv
stineje e37ac98
fix InstrValid as confusing
stineje e585408
move state info and clean up
stineje 9cfb3c0
remove non-tested item - think we need an ebreak that fires when EBRE…
stineje 9d41615
fix minor typo
stineje b24ceff
put back but dont like InstrValidE - change
stineje 9545293
remove InstrValidE from csrd.sv to make agnostic
stineje 51cc339
feat: better Resume ack handling with states.
JacobPease 2973b5d
clean up old code and add comment on new ResumeAck sequence
c98551e
update some minor comments + fixing structure
stineje 6d60503
fix tabs and definitions
stineje af1a928
beautify of comments
stineje 0ff1b02
beautify of comments
stineje 8305d24
beautify of comments
stineje 1039ea0
beautify of comments
stineje af15ed9
add comment for dcsr
stineje a9fcb0e
fix always_ff coding style
stineje 4722927
fix: added reading trigger module registers to known exceptions until…
JacobPease ef06150
feat: added stepping. Hacky solution, need to revisit.
JacobPease 69570f6
feat: added WALLY-debug-step test to tests.vh
JacobPease 4c095d1
feat: forgot to add WALLY-debug-step test.
JacobPease ee61e38
fix: made the memory signature change if stepping doesn't work properly.
JacobPease 379ec6c
fix: moved ResumeAck to debug module, it's proper location. Fixes Res…
JacobPease faab640
feat: Skeleton Trigger Module to fix testvector mismatches.
JacobPease 9dda4ca
fix: DPC now points to next instruction for steps and to the address …
JacobPease 8a35ecb
fix: Removed DPC reading after reset halt, preventing testvector mism…
JacobPease 89d5387
chore: added stepping through branching test.
JacobPease a7de902
fix: stepping works through branches now, though there appears to be …
JacobPease 1bc7a44
fix: stepping now halts on branch instructions. Now to grab the right…
JacobPease 4427a3c
fix: DPC now points to destination address on Branches and Jumps when…
JacobPease 637d204
cleanup of input/output
stineje e89b2da
fix: Fixed mismatched width in csrd.sv. Also added a stepping through…
JacobPease 9114f1a
Merge branch 'debug' of github.com:JacobPease/cvw into debug
JacobPease 6566c4c
add headers for Python debug programs
stineje 81cd259
fix: DPC now uses NextValidPCE. Also, a variety of fixes and cleanup …
JacobPease 5fe1c9f
update 'Putting it All Together' tests and associated tcl commands
stineje 9d115d9
update 'Putting it All Together' tests and associated tcl commands
stineje 1a7513b
delete tv
stineje 20a86b6
update tests.vh
stineje f85d2da
fix WALLY-debug-ex3
stineje 2946c6c
update README.md with repo for openocd + some extra info
stineje b3b4460
update README.md with repo for openocd + some extra info
stineje ab43036
update README.md with repo for openocd + some extra info
stineje 99b7952
feat: Abstract Read command reads more CSRs. Needs counter csrs still…
JacobPease 504c016
update comment header on ex?.S
stineje 6af0b6e
fix: Trigger module signal fixed. No longer drives IllegalCSRAccessM …
JacobPease 51dfa37
Merge branch 'debug' of github.com:JacobPease/cvw into debug
JacobPease File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| # Wally Debug List | ||
|
|
||
| It is our hope that we will get to many of these items for Wally with | ||
| the RISC-V Debug specification. We have posted a MarkDown file that lists | ||
| the capabilities we have implemented including the items we hope to | ||
| implement soon. | ||
|
|
||
| ### Supported RISC-V Debug Specification | ||
| We are currently using the Debug specification with | ||
| Version 1.0, Revised 2025-02-21 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,99 @@ | ||
| # Wally Debug Feature List | ||
|
|
||
| :x: means we currently have no intention of implementing this feature. | ||
| 🔶 means we intend to implement this in the future at some point but it is not immediately imperative. | ||
|
|
||
| Anything else is intended to be implemented and will be implemented as soon as possible. | ||
|
|
||
| General Overview of Implemented Features: | ||
| - [x] Halting and Resuming | ||
| - [x] Abstract GPR read and write access. | ||
| - [x] Abstract CSR read and write access. | ||
| - [ ] Stepping | ||
| - [x] Resetting from Debug Module | ||
| - [x] Halt on Reset | ||
| - [ ] Trigger Modules 🔶 | ||
| - [ ] Program buffer 🔶 | ||
| - [ ] System bus access 🔶 | ||
|
|
||
| DTM Registers | ||
| - [x] idcode | ||
| - [x] dtmcs | ||
| - [x] dmi | ||
|
|
||
| Debug Module | ||
| - [x] DMControl | ||
| - [x] haltreq | ||
| - [x] resumereq | ||
| - [ ] hartreset | ||
| - [x] ackhavereset | ||
| - [ ] ackunavail :x: | ||
| - I can't imagine there's a scenario where the only hart that exists wouldn't be available, but I need to investigate further, just in case. | ||
| - [ ] hasel :x: | ||
| - By hardcoding this to `0` as well as the hardcoding `hartsello` and `hartselhi` to 0 indicates to the debugger that there is only one hart. If Wally becomes multicore, this will need to be expanded so that we can select many harts. For now, it's not important to implement. | ||
| - [ ] hartsello :x: | ||
| - [ ] hartselhi :x: | ||
| - [ ] setkeepalive | ||
| - [ ] clrkeepalive | ||
| - [x] setresethaltreq | ||
| - [x] clrresethaltreq | ||
| - [x] ndmreset | ||
| - [x] dmactive. Note: Partially implemented. It needs to actually block writes to other debug module registers when set low. | ||
| - [x] DMStatus | ||
| - [x] ndmresetpending | ||
| - [ ] stickyunavail 🔶 | ||
| - [ ] impebreak 🔶 | ||
| - [x] allhavereset | ||
| - [x] anyhavereset | ||
| - [x] allresumeack | ||
| - [x] anyresumeack | ||
| - [ ] allnonexistent | ||
| - [ ] anynonexistent | ||
| - [ ] allunavail :x: | ||
| - [ ] anyunavail :x: | ||
| - [x] allrunning | ||
| - [x] anyrunning | ||
| - [x] allhalted | ||
| - [x] anyhalted | ||
| - [ ] authenticated 🔶 | ||
| - [ ] authbusy 🔶 | ||
| - [ ] hasresethaltreq | ||
| - [ ] confstrptrvalid :x: | ||
| - [x] version | ||
| - [x] Command | ||
| - [x] AbstractCS | ||
| - [ ] progbufsize 🔶 | ||
| - [ ] busy | ||
| - For clarification, abstract access are near immediate currently, so there are no busy cycles. This is subject to change. | ||
| - [ ] relaxedpriv 🔶 | ||
| - [x] cmderr | ||
| - [x] datacount | ||
| - [x] Data0 | ||
| - [x] Data1 (`if XLEN == 64`) | ||
| - [ ] HartInfo | ||
| - [ ] Hart Array Window Select | ||
| - [ ] Hart | ||
|
|
||
| Debug Extension | ||
| - [x] DCSR | ||
| - [x] Halting | ||
| - [x] Resuming | ||
| - [x] Version field | ||
| - [x] Halt cause updating | ||
| - [ ] Stepping | ||
| - [ ] Stepie 🔶 | ||
| - This is for enabling interrupts during stepping. Not as important as implementing stepping itself for now. | ||
| - [ ] Ebreak to Debug mode in all modes | ||
| - [ ] Stop counters 🔶 | ||
| - [ ] Stop time 🔶 | ||
| - [ ] extcause :x: | ||
| - Can just be set to 0 for not being implemented and also stays 0 even if cetrig is implemented which is partly what it's needed for. All other values are reserved for future version of the RISCV debug spec. | ||
| - [ ] nmip 🔶 | ||
| - [ ] prv | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These three are important. |
||
| - [ ] mprven | ||
| - [ ] v 🔶 | ||
| - [x] DPC | ||
| - [x] Grabs PC + 4 on Halt | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or PC+2. Could get from the IFU PC logic. |
||
| - [ ] Resumes at DPC value on Resume | ||
|
|
||
| - [ ] Sdtrig 🔶 | ||
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| /////////////////////////////////////////// | ||
| // bsr.sv | ||
| // | ||
| // Written: Jacob Pease jacobpease@protonmail.com, | ||
| // James E. Stine james.stine@okstate.edu | ||
| // Created: August 4th, 2025 | ||
| // Modified: | ||
| // | ||
| // Purpose: Boundary Scan Register with load on reset | ||
| // | ||
| // A component of the CORE-V-WALLY configurable RISC-V project. | ||
| // https://github.com/openhwgroup/cvw | ||
| // | ||
| // Copyright (C) 2021-25 Harvey Mudd College & Oklahoma State University | ||
| // | ||
| // SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 | ||
| // | ||
| // Licensed under the Solderpad Hardware License v 2.1 (the “License”); you may not use this file | ||
| // except in compliance with the License, or, at your option, the Apache License version 2.0. You | ||
| // may obtain a copy of the License at | ||
| // | ||
| // https://solderpad.org/licenses/SHL-2.1/ | ||
| // | ||
| // Unless required by applicable law or agreed to in writing, any work distributed under the | ||
| // License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, | ||
| // either express or implied. See the License for the specific language governing permissions | ||
| // and limitations under the License. | ||
| //////////////////////////////////////////////////////////////////////////////////////////////// | ||
|
|
||
| module bsr #(parameter WIDTH=8) ( | ||
| input logic [WIDTH-1:0] DataIn, | ||
| input logic ScanIn, | ||
| input logic ShiftDR, ClockDR, UpdateDR, Mode, | ||
| output logic [WIDTH-1:0] Qout, | ||
| output logic ScanOut | ||
| ); | ||
| logic [WIDTH-1:0] shiftreg; | ||
| logic [WIDTH-1:0] y; | ||
|
|
||
| always @(posedge ClockDR) | ||
| shiftreg <= ShiftDR ? {ScanIn, shiftreg[WIDTH-1:1]} : DataIn; | ||
|
|
||
| always @(posedge UpdateDR) | ||
| y <= shiftreg; | ||
|
|
||
| assign Qout = Mode ? y : DataIn; | ||
| assign ScanOut = shiftreg[0]; | ||
| endmodule // bsr |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to - for not planned
indicate x means done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
High level comment that debugger halts pipeline and takes abstract commands.
Indicate that "Minimal Debug Spec" is implemented with just abstract read/write of GPRs, FPRs, almost all CSRs (which ones not?