Altera_Forum
Honored Contributor
15 years agoVerilog
in verilog, how to do like q <= d[count:0]? reg [3:0] count; thanks
the count(reg) is dependent on input while q is output. it is non blocking assignment. Does blocking or non blocking play an important role in it?
thanks