Remove duplicate driver for DebugStopTime_REGW

This commit is contained in:
Matthew 2024-06-28 14:24:48 -05:00
parent b259324ce6
commit a72a49ff00

View File

@ -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