doubt on a delay insertion

Status
Not open for further replies.

nsreekanthbabu

Newbie level 5
Joined
Jul 3, 2006
Messages
8
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,329
hi,
i am unable to realise correct functionality diffrence in the below expressions,

#10 a <= b;

and

a <= #10 b;

i guess in both cases, b value is assigned to a after 10 time units.
please help me out.

regards,
sree
 

#10 a<=b
means wait for 10 unit of time (ie ns)
then get 'b' value and put it to 'a'
whereas
a <= #10 b
means get 'b' value (in zero time) and put it to 'a' after 10 unit of time
 

The above paper is very helpful.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…