Reply by May 8, 20182018-05-08
On Saturday, 28 April 2018 09:47:42 UTC+8, promach  wrote:
> Does <= (reg) changes value at the same clk posedge or the next clk posedge in simulation ?
all of the usage of non-blocking assignment to a value (the type of it must be 'reg')in always block will lead to the value-changed in the next posedge or negedge of clk.
Reply by promach April 27, 20182018-04-27
Does <= (reg) changes value at the same clk posedge or the next clk posedge in simulation ?