From a72a49ff006d3e3dd04a625b6bfac4b3e47fabe8 Mon Sep 17 00:00:00 2001 From: Matthew <106996253+Matthew-Otto@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:24:48 -0500 Subject: [PATCH] Remove duplicate driver for DebugStopTime_REGW --- src/wally/wallypipelinedcore.sv | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wally/wallypipelinedcore.sv b/src/wally/wallypipelinedcore.sv index 6ef0b1128..6db4f173f 100644 --- a/src/wally/wallypipelinedcore.sv +++ b/src/wally/wallypipelinedcore.sv @@ -363,7 +363,6 @@ module wallypipelinedcore import cvw::*; #(parameter cvw_t P) ( flopenrs #(1) scantrapm (.clk, .reset, .en(DebugCapture), .d(TrapM), .q(), .scan(DebugScanEn), .scanin(DebugScanIn), .scanout(DebugScanReg[0])); end else begin - assign DebugStopTime_REGW = '0; assign DebugScanReg[0] = DebugScanIn; end end else begin