From d361e9e34337e04dffab8f03d15fcc260371be8f Mon Sep 17 00:00:00 2001 From: Megan Wachs Date: Thu, 6 Apr 2017 18:27:51 -0700 Subject: [PATCH] debug: temporarily leave preexec in place --- src/main/scala/uncore/devices/debug/abstract_commands.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/scala/uncore/devices/debug/abstract_commands.scala b/src/main/scala/uncore/devices/debug/abstract_commands.scala index 775a11b1..f772af23 100644 --- a/src/main/scala/uncore/devices/debug/abstract_commands.scala +++ b/src/main/scala/uncore/devices/debug/abstract_commands.scala @@ -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.