Verilog-Projects icon indicating copy to clipboard operation
Verilog-Projects copied to clipboard

65 Bits Output

Open alfen-yu opened this issue 1 year ago • 0 comments

The SUM output port is declared as [64:0] instead of [63:0]. This will result in an extra bit in the output. If you want the output to be 64 bits, you should change the port declaration to output [63:0] SUM.

alfen-yu avatar Jul 11 '23 07:07 alfen-yu