I can help you figure it out without doing your work for you.
A blocking assignment means the next statement is blocked until the assignment to the variable completes. A non-blocking assignment means the assignment to the variable is schedule in the future, but next statement executes without being blocked.
Assuming block1
and block2
are begin/end
blocks that both start at time 0, block1 would reach its end
at time 550 and block2 would reach its end
at time 1200.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…