forked from Github_Repos/cvw
Added 2 bits to C to initialize properly
This commit is contained in:
parent
33933dd6b0
commit
9fb3382ec3
@ -72,7 +72,7 @@ module sotfc2(
|
||||
// Use this otfc for division and square root.
|
||||
logic [`DIVb:0] CExt;
|
||||
|
||||
assign CExt = {1'b1, C[`DIVb-1:0]};
|
||||
assign CExt = C[`DIVb:0]; // {1'b1, C[`DIVb-1:0]};
|
||||
|
||||
always_comb begin
|
||||
if (sp) begin
|
||||
|
Loading…
Reference in New Issue
Block a user