debug: temporarily leave preexec in place
This commit is contained in:
parent
0e2c34b0d6
commit
d361e9e343
@ -28,7 +28,8 @@ class ACCESS_REGISTERFields extends Bundle {
|
|||||||
*/
|
*/
|
||||||
val size = UInt(3.W)
|
val size = UInt(3.W)
|
||||||
|
|
||||||
val reserved1 = UInt(1.W)
|
// HACK -- for now I have not yet deleted preexecval reserved1 = UInt(1.W)
|
||||||
|
val preexec = Bool()
|
||||||
|
|
||||||
/* When 1, execute the program in the Program Buffer exactly once
|
/* When 1, execute the program in the Program Buffer exactly once
|
||||||
after performing the transfer, if any.
|
after performing the transfer, if any.
|
||||||
|
Loading…
Reference in New Issue
Block a user