Update Debug Module registers (#1296)
* Debug: update versions of the files generated from the spec, mostly to get new SBA registers * Debug: Clean up Halt Summary to use new terminology * Debug: correct the address of HALTSUM1 * Debug: use simpler expression for numHaltedStatus * Debug: remove now defunct haltStatus addr
This commit is contained in:
@ -25,6 +25,9 @@ class ACCESS_REGISTERFields extends Bundle {
|
||||
If \Fsize specifies a size larger than the register's actual size,
|
||||
then the access must fail. If a register is accessible, then reads of \Fsize
|
||||
less than or equal to the register's actual size must be supported.
|
||||
|
||||
This field controls the Argument Width as referenced in
|
||||
Table~\ref{tab:datareg}.
|
||||
*/
|
||||
val size = UInt(3.W)
|
||||
|
||||
|
Reference in New Issue
Block a user