mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
p calculation
This commit is contained in:
parent
83051a5351
commit
350d4d254f
@ -81,8 +81,8 @@ module fdivsqrtpreproc (
|
||||
assign PreprocX = Xm[`NF-1:0]<<L;
|
||||
assign PreprocY = Ym[`NF-1:0]<<m;
|
||||
|
||||
// assign ZeroDiff = m - L;
|
||||
// assign p = ZeroDiff[`DIVBLEN] ? '0 : ZeroDiff;
|
||||
assign ZeroDiff = m - L;
|
||||
assign p = ZeroDiff[`DIVBLEN] ? '0 : ZeroDiff;
|
||||
|
||||
// assign pPlusr = (`DIVBLEN)'(`LOGR) + p;
|
||||
// assign pPrTrunc = pPlusr[`LOGRK-1:0];
|
||||
|
Loading…
Reference in New Issue
Block a user