Question d’entretien chez Apple

difference between non-blocking and blocking assignment

Réponses aux questions d'entretien

Utilisateur anonyme

13 juin 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.

Utilisateur anonyme

13 juin 2021

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