Added 2 bits to C to initialize properly

This commit is contained in:
David Harris 2022-09-18 22:44:22 -07:00
parent 33933dd6b0
commit 9fb3382ec3

View File

@ -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