Re: How to make a pli return a value
On Mar 23, 7:33 am, "parag_p...@hotmail.com" <parag_p...@hotmail.com>
wrote:
> Usually all the pli's are system tasks. How do we make them system
> functions
> I think we can do somethign with the tab file to do so?
> -Parag
Sorry for bothering
but I have already got the answer
in the pli tab file for (Synopsys tools)
type the following
$pli call=pli size=1
this will ensure that we have size for the return and thus it is a
funciton
|