Command for running tf_and acc_ PLI routines

T

Taral Shah

Guest
Hey HI ,

I am new to PLI and I want to run acc_PLI routines in Icarus Verilog.
Can any one tell me which command I have to use for running it. I read
Icarus user guide and I am able to find command VPi _ routines? Is it
applicable for the acc_ and tf_ routines also?

Thanks.

Have A Nice Day.

Regards,
Taral Shah
 
On 10/24/2010 3:35 PM, Taral Shah wrote:

I am new to PLI and I want to run acc_PLI routines in Icarus Verilog.
Can any one tell me which command I have to use for running it. I read
Icarus user guide and I am able to find command VPi _ routines? Is it
applicable for the acc_ and tf_ routines also?
I'm not sure what you mean by command, but the only thing that makes
sense to me in this context is the iverilog-vpi script that can be used
to compile C code that uses acc_, tf_ and/or vpi_ calls into dynamically
linked libraries. This script does not care what routines you use. The
test suite has some VPI examples. Most use the vpi_ interface, but some
have tf_ examples as well.

I hope this helps,

Cary
 

Welcome to EDABoard.com

Sponsor

Back
Top