[myhdl-list] Re: error message of vpi_control, need help
Brought to you by:
jandecaluwe
From: Jan D. <ja...@ja...> - 2004-12-20 12:08:09
|
Arnold wrote: > Hi, all > > I was able to use myhdl as HVL to co-sim with verilog with nc-vlog > simulator. > > I got the following error message at the end of each simulation. > > _*/StopSimulation: No more events > ncsim: relocation error: ../etc/myhdl.so: undefined symbol: vpi_control/*_ > > Anybody can give me a clue how to fix it? Does it work correctly before the end of the simuation :-) ? Could you take a look in the vpi_user.h file that ncsim is using. The icarus version mentions that there is an alternative name, called vpi_sim_control for this function. Perhaps ncsim is using that name and not vpi_control? If you get it to work, it would be nice if you could comment on what you had to do and what changes you had to make. Thanks, Jan -- Jan Decaluwe - Resources bvba - http://jandecaluwe.com Losbergenlaan 16, B-3010 Leuven, Belgium Python is fun, and now you can design hardware with it: http://jandecaluwe.com/Tools/MyHDL/Overview.html |