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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…