* Question
What is the difference between blocking assignment and non-blocking assignment? |
* Answer
The basic difference between blocking assignments and non-blocking assignments is that blocking assignments are sequential execution statements, while non-blocking assignments are parallel execution statements.The meaning of the two statements is different, and the application of modeling is different. |
COMMENTS