Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

help:::about PLI and VPI problem!!!

Status
Not open for further replies.

fpga123

Junior Member level 1
Joined
Dec 23, 2003
Messages
19
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
166
I want to run simulation with NC_verilog.
during sim i want to dump fsdb file and call some MyPLI function and task.

My problem is :
>>ncverilog -f run.f

after type the above command, the nc will load the default pli&vpi lib, which is libvpi.dll and libpli.dll.

Now i have two pli.dll one is for debussy to dump fsdb file and the other is for me to do some pli task.

how to load the two pli at the same time?

when i add the option +ncloadpli1=debpli:deb_PLIPtr(which could be found in novas PLI readme ), the simlation also failed.

I don't know the failed reason. maybe someone could give me a help!

by the way, if i change mypli to VPI, the simlation will pass.

thanks.

Added after 3 minutes:

my platform is windows!

thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top