Intel Corporation Interview Question

Verilog Questions: Difference between blocking and non-blocking. Difference between function and task, always block

Interview Answer

Anonymous

Jul 21, 2017

Blocking statements blocks the process of execution of the next statement and statements assignment is represented by '=', Non blocking statements are executed after 'end' and statements assignment is represented by <=