RE: [sv-ec] fork...join_none in functions, and final blocks

From: Steven Sharp <sharp_at_.....>
Date: Mon Nov 27 2006 - 14:34:46 PST
>From: "Arturo Salz" <Arturo.Salz@synopsys.com>

>It is clear that the message "foo" will not be displayed, which is not
>fundamentally different from using a fork...join_none, as in: 
>
> 
>
>final begin
>
>   fork $display("foo"); join_none
>
>   $display("done");
>
>end
>
>Or, calling a function that contains the fork...join_none.


Oddly enough, the proposal for 1615 would make it illegal for the
final block to execute the fork..join_none by calling a function
containing it, but legal to execute it directly.


Steven Sharp
sharp@cadence.com
Received on Mon Nov 27 14:34:57 2006

This archive was generated by hypermail 2.1.8 : Mon Nov 27 2006 - 14:35:01 PST