1
0

debug: temporarily leave preexec in place

This commit is contained in:
Megan Wachs 2017-04-06 18:27:51 -07:00 committed by Andrew Waterman
parent 0e2c34b0d6
commit d361e9e343

View File

@ -28,7 +28,8 @@ class ACCESS_REGISTERFields extends Bundle {
*/
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
after performing the transfer, if any.