forked from Github_Repos/cvw
fix div restarting bug
This commit is contained in:
parent
28e147bb19
commit
1824b2af13
@ -125,7 +125,7 @@ module intdivrestoring (
|
||||
DivDoneM = 1;
|
||||
end
|
||||
end else if (DivDoneM) begin
|
||||
DivDoneM = 0;
|
||||
DivDoneM = StallM;
|
||||
BusyE = 0;
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user