- Mar 13, 2018
-
-
Megan Wachs authored
-
Tim Newsome authored
Clarify multiple DMs/harts
-
Tim Newsome authored
-
- Mar 08, 2018
-
-
Tim Newsome authored
Add hit bit to hardware triggers.
-
Tim Newsome authored
-
- Mar 07, 2018
-
-
Tim Newsome authored
-
- Mar 06, 2018
-
-
Megan Wachs authored
-
Megan Wachs authored
Confusing for everyone...
-
Megan Wachs authored
-
Tim Newsome authored
-
Tim Newsome authored
Added \Rnextdm to allow a debugger to discover multipled DMs, if they exist.
-
- Mar 02, 2018
-
-
Tim Newsome authored
Clarify what happens when \Fauthenticated is clear
-
- Mar 01, 2018
-
-
Tim Newsome authored
Proposed solution to Issue #222
-
Tim Newsome authored
Fix link to pre-built pdf
-
- Feb 28, 2018
-
-
Tim Newsome authored
-
- Feb 22, 2018
-
-
Tim Newsome authored
Python interpreter to be used should default to Python2
-
Tim Newsome authored
Fixes #219
-
Omer Faruk IRMAK authored
-
- Feb 21, 2018
-
-
Tim Newsome authored
-
Tim Newsome authored
-
- Feb 09, 2018
-
-
Tim Newsome authored
This allows the debugger to determine which hardware trigger was hit. Fixes Issue #215.
-
- Feb 06, 2018
-
-
Tim Newsome authored
Move Reg Access Abbrev table after sample register
-
Tim Newsome authored
-
Tim Newsome authored
Fixes issue #141.
-
Tim Newsome authored
It seems to fix Issue #196, and also gives us headers on every new page.
-
- Feb 01, 2018
-
-
Tim Newsome authored
Abstract Command data usage depends on the command
-
Tim Newsome authored
It doesn't just depend on XLEN, because RV32 can still have 64-bit FPRs. This change is backwards compatible.
-
- Jan 27, 2018
-
-
Tim Newsome authored
Get rid of sbsingleread in favor of sbreadonaddr
-
Tim Newsome authored
-
Tim Newsome authored
Make \Fhaltsel WARL.
-
Tim Newsome authored
-
- Jan 26, 2018
-
-
Tim Newsome authored
-
- Jan 25, 2018
-
-
Tim Newsome authored
This is instead of using language that would allow this implementation, but might be confusing about other implementations.
-
Tim Newsome authored
-
Tim Newsome authored
-
- Jan 24, 2018
-
-
Tim Newsome authored
-
- Jan 19, 2018
-
-
Tim Newsome authored
The problem is as follows: 1. Debugger writes to sbdata0, triggering a write. 2. Debugger writes to sbdata0 while the access is still in progress. A busy error needs to be set. 3. The original access finishes with eg. an alignment error. Before this change, we would have to pick which error (alignment/busy) to report, while for full understanding the debugger needs to know both. This is fixed by adding a sbbusyerror bit, which is used to indicate busy errors, leaving sberror for other error reporting.
-
Tim Newsome authored
Re-apply e698a500 . No need to list out all the consecutive registers.
-
mwachs5 authored
-
Megan Wachs authored
RISC-V ISA specs consciously never mentions caches.
-