Alexander Robin Cohn Wallisch
20 years ago
Say I have two 16-bit inputs that I want to concatenate into a single
32-bit output. In behavorial Verilog, I say "output = {in1, in2};"
Does anybody know how I do this in structural Verilog? Thanks.
Alex
32-bit output. In behavorial Verilog, I say "output = {in1, in2};"
Does anybody know how I do this in structural Verilog? Thanks.
Alex