Clocked Process
Let¡¯s now look at:
- Clocked Process Examples
- Functional for synthesis
Nonblocking assignments (<=) are used for clocked processes when writing synthesizable code
sensitivity list does not include the d input,
only the clock or/and control signals
- Clocked Process
- Sensitive to a clock or/and
control signals
always @(posedge clk or negedge clr)