mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
Removed unproven fdivsqrt exclusion
This commit is contained in:
parent
8be5ed9b67
commit
a5b80bc440
1 changed files with 0 additions and 2 deletions
|
@ -63,9 +63,7 @@ module fdivsqrtfsm(
|
|||
flopenr #(1) SpecialCaseReg(clk, reset, IFDivStartE, SpecialCaseE, SpecialCaseM); // save SpecialCase for checking in fdivsqrtpostproc
|
||||
|
||||
always_ff @(posedge clk) begin
|
||||
// coverage off: dh 4/22/23 FlushE doesn't seem to happen while fdivsqrt is busy
|
||||
if (reset | FlushE) begin
|
||||
// coverage on
|
||||
state <= #1 IDLE;
|
||||
end else if (IFDivStartE) begin // IFDivStartE implies stat is IDLE
|
||||
step <= CyclesE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue