Pregunta de entrevista de Apple

difference between non-blocking and blocking assignment

Respuestas de entrevistas

Anónimo

13 jun 2021

Non blocking(<=) is used to create flops. Blocking(=) is used to create combo logic. In Non blocking, LHS gets value in NBA region. In blokcing , LHS gets value in active region.

Anónimo

13 jun 2021

Also, In FSM Nonblocking is used in curr_state logic. Blocking is used for next state logic