D
Daku
Guest
Could some Verilog guru please clarify the following:
I have:
assign {cy_sum, result_sum} = a + b;
Where
input [width-1:0] a;
input [width-1:0] b;
and
wire cy_sum;
If {x,y} is the concatenation of x, y, and a+b the
result of the addition, what does the above
statement mean ?
Thanks in advance for your help.
I have:
assign {cy_sum, result_sum} = a + b;
Where
input [width-1:0] a;
input [width-1:0] b;
and
wire cy_sum;
If {x,y} is the concatenation of x, y, and a+b the
result of the addition, what does the above
statement mean ?
Thanks in advance for your help.