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.

link my simulator ncsim to verilog pli

Status
Not open for further replies.

stay_in_chaos

Junior Member level 1
Joined
Dec 30, 2005
Messages
17
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,450
i wanna dynamically link my simulator so that i could run my system task.

how can i link my pli files to the simulator

i am working over sun's platform


help me out.:|
 

To compile the math.c pli file to make dynamic lib ....

Code:
gcc -c -g math.c -I/opt/cds/tools.lnx86/include
ld -G -Bdynamic -o math.so math.o

To run the test simulation.....

Code:
verilog +loadpli1=math:vxl_bootstrap math.v

Hope this help
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top