- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
ModelSim ERROR: unisim.vco mponents
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-23-2008 07:25 PM
Hi,
I have these lines in my code:
library UNISIM;
use UNISIM.Vcomponents.ALL
and when I tried to vcom the vhd file that has that code in modelsim, I got this error:
# ** Error: (vcom-11) Could not find unisim.vcomponents.
# ** Error: ./../rtl/rtl_reorg/psa_d/psa_core/clock_gen/dll_di
# ** Error: ./../rtl/rtl_reorg/psa_d/psa_core/clock_gen/dll_di
# ** Error: ./../rtl/rtl_reorg/psa_d/psa_core/clock_gen/dll_di
any idea how to resolve this??
many thanks
Re: ModelSim ERROR: unisim.vco mponents
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-23-2008 08:06 PM
nevermind this...
I found it out... just had to copy all unisim vhd files to unisim directory of modelsim, and compile them separately...
Re: ModelSim ERROR: unisim.vco mponents
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-19-2008 06:35 AM
hi
I have found the same problem as you discover. I read your solution but i dont' understand it. can you describe useing more detail exactly what files, from where and what is destination files to copy this things.
best regards
Re: ModelSim ERROR: unisim.vco mponents
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-19-2008 05:32 PM
you can find unisim files in your Xilinx installation directory, in my case:
C:\Xilinx\webpack10.1\ISE\vhdl\src\unisims
what I did was, I copied those necessary files to my simulation directory. then, your modelsim .do file will have to compile them:
vcom -93 -explicit -reportprogress 300 -work unisim {./XilinxCoreLib/unisim_vcomp.vhd}
vcom -93 -explicit -reportprogress 300 -work unisim {./XilinxCoreLib/unisim_VPKG.vhd}
vcom -93 -explicit -reportprogress 300 -work unisim {./XilinxCoreLib/bufg.vhd}
vcom -93 -explicit -reportprogress 300 -work unisim {./XilinxCoreLib/ibufg.vhd}
vcom -93 -explicit -reportprogress 300 -work unisim {./XilinxCoreLib/dcm_sp.vhd}
give that a try...
cheers
Re: ModelSim ERROR: unisim.vco mponents
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-02-2009 01:21 PM
Hello all...
I am having the same problem as below.can anyone tell me how to get rid of this?
Re: ModelSim ERROR: unisim.vco mponents
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-02-2009 01:22 PM
hello all...
I am having te same problem as below.Can anyone tell me how to get rid of it?
Re: ModelSim ERROR: unisim.vco mponents
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-02-2009 02:45 PM
Copying the simulation library files to your working directory isn't the best way. Instead you should run the compxlib program to compile the libraries correctly for your simulator. More information can be found here:
http://www.xilinx.com/itp/xilinx10/isehelp/pp_p_pr
Have you tried typing your question into Google? If not you should before posting.
Too many results? Try adding site:www.xilinx.com
Re: ModelSim ERROR: unisim.vco mponents
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-03-2009 09:26 AM
Re: ModelSim ERROR: unisim.vco mponents
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-09-2009 04:10 AM
Hi,
I have these lines in my code:
library UNISIM;
use UNISIM.Vcomponents.ALL
and when I tried to vcom the vhd file that has that code in modelsim, I got this error:
# ** Error: des.vhd(20): Library unisim not found.
# ** Error: des.vhd(21): (vcom-1136) Unknown identifier "unisim".
# ** Error: des.vhd(23): VHDL Compiler exiting
# ** Error: d:/win32xoem/vcom failed.
how to solve this errors?
please reply me
Re: ModelSim ERROR: unisim.vco mponents
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-20-2011 05:14 PM
thank you so much











