hi,i have a doubt that… does non blocking intra-assinments are allowed in automatic tasks ?
code is :
automatic task intra_assign();
begin
a<= #10 b;
end
thnkyou
hi,i have a doubt that… does non blocking intra-assinments are allowed in automatic tasks ?
code is :
automatic task intra_assign();
begin
a<= #10 b;
end
thnkyou
In reply to lalithjithan:
It depends on the lifetime of the variable ‘a’. You are not allowed to make NBA assignments to automatic variables. You never showed the declaration of a.
what is the differnce betweeen automatic varible and normal varible?
In reply to lalithjithan:
Please read 6.21 Scope and lifetime in the 1800-2012 LRM