I think when you're compiling your design, ghdl is not finding the unisim library. Try adding "-Plibs/unisim" to the make a design instructio, i.e.:
ghdl -m -g -Plibs/unisim --workdir=libs/work --warn-default-binding --warn-binding --warn-library --warn-body --warn-specs --warn-unused $2 Not sure but you may need to do the same for the ghdl -r command. Hope this helps. Alex 2010/1/12 René Doß <[email protected]> > I have ubuntu 9.10 32bit and ISE 11.4. > I change from 64bit to 32 bit system. > > Now I have some Xilinx specific parts in my VHDL code. > > I tried the simulation similary the skripts. > http://aoa.vwthunderstorm.de/wiki/FPGA_Linux_Simulation > > I got everytime an error. > > r...@pc-black:~/FPGA/VHDL/VGA1024_768/sim/sim/scr$ make > ./simulate.sh vga tb_vga > compile xilinx unisim libraries > compile design files > make a design > ../rtl/VGA1024_768.vhd:19:9: cannot find resource library "unisim" > > > I have read, that somebody managed a simulation also with this library. > > > Has anybody some suggestions?? > > > Thank you. > > Rne > > > _______________________________________________ > Ghdl-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/ghdl-discuss >
_______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
