Intra-assignment Delay Control
Intra-assignment Delay Control
initial
a = #5 b;
Statement Executed
Input ‘b’ is sampled at the time ‘b’
changes value and is assigned
to ‘a’ 5 time units after ‘b’
has changed value.
initial
temp = b;
#5 a = temp;
is equivalent to
<=>
이전 슬라이드
다음 슬라이드
첫 슬라이드로 이동
그래픽 버전 보기