Altera_Forum
Honored Contributor
15 years agoVerilog
in verilog, how to do like q <= d[count:0]? reg [3:0] count; thanks
I didn't understand your intention yet. Do you mean to select a single bit? [count:0] is a range rather than a bit. Please clarify also the type of the other involved signals.