mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
intdiv cleanup
This commit is contained in:
parent
a8ce4568aa
commit
8a64675b02
@ -55,7 +55,7 @@ module intdivrestoring (
|
||||
//////////////////////////////
|
||||
|
||||
// Divider control signals
|
||||
assign DivStartE = DivE & (state == IDLE); // & ~StallM;
|
||||
assign DivStartE = DivE & (state == IDLE);
|
||||
assign DivBusyE = (state == BUSY) | DivStartE;
|
||||
|
||||
// Handle sign extension for W-type instructions
|
||||
|
Loading…
Reference in New Issue
Block a user