M
malexgreen
Guest
If I have an internal reg variable x[7:0] and a input port y[7:0], and
an output port port[15:0]
Is this a legal verilog assignment:
assign port = {x,y};
If it is legal verilog, are there some simulators that mess this up,
like Modelsim? Thanks.
an output port port[15:0]
Is this a legal verilog assignment:
assign port = {x,y};
If it is legal verilog, are there some simulators that mess this up,
like Modelsim? Thanks.