mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
fix div restarting bug
This commit is contained in:
parent
0c408a9816
commit
25e0745a6a
@ -125,7 +125,7 @@ module intdivrestoring (
|
|||||||
DivDoneM = 1;
|
DivDoneM = 1;
|
||||||
end
|
end
|
||||||
end else if (DivDoneM) begin
|
end else if (DivDoneM) begin
|
||||||
DivDoneM = 0;
|
DivDoneM = StallM;
|
||||||
BusyE = 0;
|
BusyE = 0;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user