mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-01 17:34:27 +00:00
Added 2 bits to C to initialize properly
This commit is contained in:
parent
f202eb0f6f
commit
4dbe1035cb
@ -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