mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-01 17:34:27 +00:00
removed unnecessary mdue gating
This commit is contained in:
parent
83a3c72d8d
commit
e41273e59c
@ -87,7 +87,7 @@ module fdivsqrtpreproc (
|
||||
end
|
||||
|
||||
// Quotient is negative
|
||||
assign NegQuotE = (AsE ^ BsE) & MDUE;
|
||||
assign NegQuotE = AsE ^ BsE;
|
||||
|
||||
// Force integer inputs to be postiive
|
||||
mux2 #(`XLEN) posamux(AE, -AE, AsE, PosA);
|
||||
|
Loading…
Reference in New Issue
Block a user