fix div restarting bug

This commit is contained in:
bbracker 2021-10-07 18:55:00 -04:00
parent 0c408a9816
commit 25e0745a6a

View File

@ -125,7 +125,7 @@ module intdivrestoring (
DivDoneM = 1;
end
end else if (DivDoneM) begin
DivDoneM = 0;
DivDoneM = StallM;
BusyE = 0;
end