FPGARelated.com
Forums

Xilinx-Modelsim on Linux

Started by Henrik Pedersen October 8, 2006
Hey there 

I have a lot of trouble finding directions/guides/manuals on how to get
subject working.

Anyone able to point me in the right direction ?

Henrik
Hi,
After you got the libraries compiled using the compxlib tool (included
in ISE), you shouldn't get any trouble.
Please precise the exact problem you encountred


On Oct 8, 9:47 pm, Henrik Pedersen <henrik.kir...@gmail.com> wrote:
> Hey there > > I have a lot of trouble finding directions/guides/manuals on how to get > subject working. > > Anyone able to point me in the right direction ? > > Henrik
GaLaKtIkUs&#4294967295; wrote:

> Hi, > After you got the libraries compiled using the compxlib tool (included > in ISE), you shouldn't get any trouble. > Please precise the exact problem you encountred > > > On Oct 8, 9:47 pm, Henrik Pedersen <henrik.kir...@gmail.com> wrote: >> Hey there >> >> I have a lot of trouble finding directions/guides/manuals on how to get >> subject working. >> >> Anyone able to point me in the right direction ? >> >> Henrik
I'm a step further from that. What libs should i compile. Let me resume for a moment. Downloaded WebPack 8,2,03i and installed it. Done a few recomended jumps and it works. When i click "Simulate Behavorial" i get a error saying: Model technologies vsim cannot be found be Project navigator. .... Where do i start ? Henrik
Henrik Pedersen wrote:
> GaLaKtIkUs&#4294967295; wrote: > >> Hi, >> After you got the libraries compiled using the compxlib tool (included >> in ISE), you shouldn't get any trouble. >> Please precise the exact problem you encountred >> >> >> On Oct 8, 9:47 pm, Henrik Pedersen <henrik.kir...@gmail.com> wrote: >>> Hey there >>> >>> I have a lot of trouble finding directions/guides/manuals on how to get >>> subject working. >>> >>> Anyone able to point me in the right direction ? >>> >>> Henrik > > I'm a step further from that. > What libs should i compile. > > Let me resume for a moment. > Downloaded WebPack 8,2,03i and installed it. > Done a few recomended jumps and it works. > > When i click "Simulate Behavorial" i get a error saying: > Model technologies vsim cannot be found be Project navigator. .... > > Where do i start ?
Contact modeltech to buy modelsim ... The free/limited modelsim-XE doens't exists for linux, so you need the full one. But you could use the included ISE simulator. In your project settings or global preferences, there should be an option to select your simulation tool. Sylvain
Try to type in a shell: comxlib --s mti_se -arch all -l all -lib all -w
-smartmodel_setup
If it doesn't compile tell me the exact error message.
Be sure that the modelsim's binary files are accessible (update you
PATH environment variable)

On Oct 8, 11:08 pm, Henrik Pedersen <henrik.kir...@gmail.com> wrote:
> GaLaKtIkUs=99 wrote: > > Hi, > > After you got the libraries compiled using the compxlib tool (included > > in ISE), you shouldn't get any trouble. > > Please precise the exact problem you encountred > > > On Oct 8, 9:47 pm, Henrik Pedersen <henrik.kir...@gmail.com> wrote: > >> Hey there > > >> I have a lot of trouble finding directions/guides/manuals on how to get > >> subject working. > > >> Anyone able to point me in the right direction ? > > >> HenrikI'm a step further from that. > What libs should i compile. > > Let me resume for a moment. > Downloaded WebPack 8,2,03i and installed it. > Done a few recomended jumps and it works. > > When i click "Simulate Behavorial" i get a error saying: > Model technologies vsim cannot be found be Project navigator. .... >=20 > Where do i start ? >=20 > Henrik
Did you try to run Modelsim using WINE on Linux ?

Henrik Pedersen wrote:
> Hey there > > I have a lot of trouble finding directions/guides/manuals on how to get > subject working. > > Anyone able to point me in the right direction ? > > Henrik
GaLaKtIkUs&#4294967295; wrote:

> comxlib --s mti_se -arch all -l all -lib all -w
[root@p1800 bin]# find / -name comxlib [root@p1800 bin]# Have'nt got that file. Should it be run under vine ? Henrik
Sylvain Munaut wrote:

> Henrik Pedersen wrote: >> GaLaKtIkUs? wrote: >> >>> Hi, >>> After you got the libraries compiled using the compxlib tool (included >>> in ISE), you shouldn't get any trouble. >>> Please precise the exact problem you encountred >>> >>> >>> On Oct 8, 9:47 pm, Henrik Pedersen <henrik.kir...@gmail.com> wrote: >>>> Hey there >>>> >>>> I have a lot of trouble finding directions/guides/manuals on how to get >>>> subject working. >>>> >>>> Anyone able to point me in the right direction ? >>>> >>>> Henrik >> >> I'm a step further from that. >> What libs should i compile. >> >> Let me resume for a moment. >> Downloaded WebPack 8,2,03i and installed it. >> Done a few recomended jumps and it works. >> >> When i click "Simulate Behavorial" i get a error saying: >> Model technologies vsim cannot be found be Project navigator. .... >> >> Where do i start ? > > Contact modeltech to buy modelsim ... > > The free/limited modelsim-XE doens't exists for linux, so you need the > full one. But you could use the included ISE simulator. In your project > settings or global preferences, there should be an option to select your > simulation tool. > > > Sylvain
Tried using that instead and got this far: Building mod_Timers_isim_beh.exe ERROR:Simulator:222 - Generated C++ compilation was unsuccessful Henrik
Henrik Pedersen wrote:
> GaLaKtIkUs&#4294967295; wrote: > >> comxlib --s mti_se -arch all -l all -lib all -w > > [root@p1800 bin]# find / -name comxlib > [root@p1800 bin]# > > Have'nt got that file. > > Should it be run under vine ? > > Henrik
compxlib (typo)
GaLaKtIkUs&#4294967295; wrote:

> Try to type in a shell: comxlib --s mti_se -arch all -l all -lib all -w > -smartmodel_setup > If it doesn't compile tell me the exact error message. > Be sure that the modelsim's binary files are accessible (update you > PATH environment variable) > > On Oct 8, 11:08 pm, Henrik Pedersen <henrik.kir...@gmail.com> wrote: >> GaLaKtIkUs&#4294967295; wrote: >> > Hi, >> > After you got the libraries compiled using the compxlib tool (included >> > in ISE), you shouldn't get any trouble. >> > Please precise the exact problem you encountred >> >> > On Oct 8, 9:47 pm, Henrik Pedersen <henrik.kir...@gmail.com> wrote: >> >> Hey there >> >> >> I have a lot of trouble finding directions/guides/manuals on how to >> >> get subject working. >> >> >> Anyone able to point me in the right direction ? >> >> >> HenrikI'm a step further from that. >> What libs should i compile. >> >> Let me resume for a moment. >> Downloaded WebPack 8,2,03i and installed it. >> Done a few recomended jumps and it works. >> >> When i click "Simulate Behavorial" i get a error saying: >> Model technologies vsim cannot be found be Project navigator. .... >> >> Where do i start ? >> >> Henrik
Tried above solution with the folowing result: ./compxlib --s mti_se -arch all -l all -lib all -w -smartmodel_setup ./compxlib: error while loading shared libraries: libPersonalityModule.so: cannot open shared object file: No such file or directory The module in question is located in the same directory. What would be a logical next step to try ? Henrik