Altera_Forum
Honored Contributor
15 years agoVerilog
in verilog, how to do like q <= d[count:0]? reg [3:0] count; thanks
My intention is same as to select range of bits. From your previous post, you suggest me to do iteration to achieve my intention. However, i fail to do it using for loop. That's why asking for some example.