- Sep 28, 2018
-
-
Tim Newsome authored
-
- Sep 25, 2018
-
-
Tim Newsome authored
Still allow triggering on ASID as well. Also leave space for future H mode support.
-
- Sep 20, 2018
-
-
Tim Newsome authored
-
- Sep 19, 2018
-
-
Tim Newsome authored
-
Tim Newsome authored
There was some e-mail discussion, subject:"ContextID trigger/trace"
-
- Sep 18, 2018
-
-
Tim Newsome authored
* Mostly match "official" style for credits. * Fix Megan's e-mail address.
-
Tim Newsome authored
Fixes #358.
-
- Sep 15, 2018
-
-
Tim Newsome authored
* Abstract commands might work on a hung hart. From a discussion on today's call. * Rephrase.
-
Tim Newsome authored
Can't change harts during operations, and the current hart becoming unavailable may terminate the abstract command with error. (#322) * Can't change harts during operations. See #315. * Only restrict hartsel changes during abstract cmds reset/halt could take a very long time if a hart is asleep, and we don't want to prevent debugging other harts in that case. * Set cmderr for hartsel change during abstract cmd. * Clarify reset and hasel during abstract command. * Incorporate review feedback. * Make debuggers handle harts becoming unavailable. Instead of having the DM correctly handle a hart that becomes unavailable, make debuggers responsible for that. This seems like a good tradeoff because this should be rare. * Clarifications requested in review. * Clarify per review.
-
- Sep 12, 2018
-
-
Tim Newsome authored
-
- Sep 08, 2018
-
-
Tim Newsome authored
-
Tim Newsome authored
Fixes #301.
-
- Sep 07, 2018
-
-
Florian Zaruba authored
-
Tim Newsome authored
-
Tim Newsome authored
* Document breakpoint exception + enter debug mode * Multiple triggers firing with different timing. * Be a more lenient when trigger actions conflict This came out of the July 11 meeting, where consensus was that requiring both actions to be taken might significantly complicate hardware to handle what is an uncommon corner case.
-
- Sep 06, 2018
-
-
Tim Newsome authored
* Define MXLEN. * Introduce DXLEN. This lets us be more precise about register widths, to deal with the fact that MXLEN can be changed by software. * Mention debugger's responsibility when XLEN!=DXLEN * DXLEN is the widest supported XLEN.
-
- Sep 05, 2018
-
-
Tim Newsome authored
This simplifies implementations and validation by explicitly preventing the debugger from doing things that aren't very useful anyway.
-
- Sep 04, 2018
-
-
Tim Newsome authored
Fixes #320.
-
Tim Newsome authored
-
- Sep 01, 2018
-
-
Tim Newsome authored
-
- Aug 28, 2018
-
-
Tommy Thorn authored
Note, the e.g. must be followed by a backslash to tell LaTeX that it isn't the end of a sentence. $0x400$ tells LaTeX to read "0 x 400" as math, not what you want
-
Tim Newsome authored
This is an alternate to #326.
-
- Aug 22, 2018
-
-
Tim Newsome authored
-
- Aug 21, 2018
-
-
Tim Newsome authored
Helps with #336.
-
Tim Newsome authored
* mprven may be tied high or low. * Make mprven WARL.
-
Tim Newsome authored
* Solution to native triggers in M mode only systems This came out of today's debug call. * Incorporate feedback.
-
- Aug 18, 2018
-
-
Tim Newsome authored
-
Tim Newsome authored
This is an alternate proposal to #329, which fixing #314 in a different way.
-
Tim Newsome authored
* Clarify that resumereq is edge-sensitive. * Make haltreq/resumereq more consistent. Also clarify ackhavereset.
-
- Aug 17, 2018
-
-
Tim Newsome authored
Clarifies #318.
-
- Aug 16, 2018
-
-
Tim Newsome authored
-
Tim Newsome authored
This enables batch reading/writing of consecutively numbered registers. Implements #250.
-
- Aug 15, 2018
-
-
Tim Newsome authored
-
- Aug 14, 2018
-
-
Tim Newsome authored
Fixes #319. Also explain why there are separate bits in the first place, and make them both W1.
-
- Aug 11, 2018
-
-
Tim Newsome authored
Fixes #313.
-
Tim Newsome authored
-
Tim Newsome authored
-
Tim Newsome authored
* Allow extra harts to be reset. Based on feedback by Allen that resetting just one hart in a multi-hart core can be complex/poorly defined, depending on implementation. * Remove halt-on-reset requirement for extra harts.
-
- Aug 08, 2018
-
-
Tim Newsome authored
-
- Aug 03, 2018
-
-
Tim Newsome authored
Fixes #317.
-