mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Remove duplicate driver for DebugStopTime_REGW
This commit is contained in:
parent
b259324ce6
commit
a72a49ff00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user