File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,9 @@ \section{Message Registers}
321321Only registers whose description explicitly says they may be MRs may be
322322implemented as MRs instead of traditional registers. \RdmDataZero through
323323\RdmDataEleven may be MRs, used to let the debugger pass arguments to abstract
324- commands, and let the DM pass results from abstract commands back.
324+ commands, and let the DM pass results from abstract commands back. Debuggers
325+ must not assume that they'll be able to read back a value that they wrote to a
326+ register that may be an MR.
325327
326328A traditional dual-ported register contains a single value, which can be
327329read/written through both ports. A MR has two ports: PortA and PortB. It
You can’t perform that action at this time.
0 commit comments