Altera_Forum
Honored Contributor
15 years agoVerilog
in verilog, how to do like q <= d[count:0]? reg [3:0] count; thanks
You might get a registered mux out of that. Really though I would re-write that as a mux if that was your intent since someone picking up your source file might struggle to figure out what it's supposed to do.