Re: [myhdl-list] Developing PLI module for cosimulation with VCS
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-05-11 13:36:22
|
On 5/11/12 8:29 AM, Tom Dillon wrote: > James, > > I don't know too much about this but I was able to use the myhdl_vpi.c > source and compile it for Aldec Riviera and it works fine. I think that > source was originally for cver? I did this quite some time ago. > > Have you tried to compile it for VCS? > > Tom > > > I concur, the cver version is more standard (?) should work with most Verilog simulators out of the box. If you get the latest development code, 0.8dev, there is a modelsim directory in the cosim as well. Modelsim had a memory leak some tweaks had to be made and a separate dir was made. As Tom said, you should be able to take the cver version and compile it for your simulator with a high probability that it will work. Regards, Chris |