Altera_Forum
Honored Contributor
15 years agoVerilog
in verilog, how to do like q <= d[count:0]? reg [3:0] count; thanks
O.K., select a range of bits. But you can't assign a variable length selection range to a fixed length target. So again, what's the type of involved signals and what kind of assignment is intended for it.