Re: [myhdl-list] modelsim co-simulation
Brought to you by:
jandecaluwe
From: Euripedes R. F. <roc...@gm...> - 2014-01-06 19:01:47
|
The complete error message for the first test testSingleBitChange (test_bin2gray.TestGrayCodeProperties) Check that only one bit changes in successive codewords ... Reading /opt/mentor/modelsim_dlx/tcl/vsim/pref.tcl # 10.1b # vsim -do cosim.do -c -pli myhdl_vpi.so -quiet dut_bin2gray # ** Error: (vsim-3197) Load of "myhdl_vpi.so" failed: myhdl_vpi.so: cannot open shared object file: No such file or directory. # ** Error: (vsim-PLI-3002) Failed to load PLI object file "myhdl_vpi.so". # Region: / # // ModelSim DE 10.1b Apr 26 2012 Linux 3.2.0-23-generic # // # // Copyright 1991-2012 Mentor Graphics Corporation # // All Rights Reserved. # // # // THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION # // WHICH IS THE PROPERTY OF MENTOR GRAPHICS CORPORATION OR ITS # // LICENSORS AND IS SUBJECT TO LICENSE TERMS. # // # Error loading design Error loading design I ad the x64 option in the make file uncomented. It's x86_64 Ubuntu system. Euripedes 2014/1/6 Marcel Hellwig <1he...@in...> > On 06.01.2014 19:43, Marcel Hellwig wrote: > > myhdl_vpi.so: cannot open shared object file: > maybe I have to correct myself :) does the shared object file has the x > attribute? (chmod + x myhdl_vpi.so) > > Is it for the correct tar platform (x86_64 vs i686)? > What does ``file'' say to myhdl_vpi.so? Is it a valid shared object? > > Greetings > > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list > > |