Mohamed Elnamaky wrote:
> Dear All;
>
> please, I need to use the library of Unisim from Xilinx in my VHDL
> code simulated with ModelSim. How can I make the link? I appreciate
> your time answering a basic question like that but it is urgent.
>
> Thank you
Hi Mohamed
The best solution is to use compxlib program from XilinxISE packet. For
this open windows console and type:
compxlib -help
read examples and descriptions for all options.
This is a example for VirtexIIPro, ModelsimSE, Unisims and Verilog/VHDL.
Compiled libraries will be placed in c:\Xilinx\comp_libs directory.
compxlib -s mti_se -f virtex2p:u -l all -o c:\Xilinx\comp_libs
After compilation, path to Unisims will be added to modelsim.ini file. I
think that's all. I don't have experience with ModelsimXE. By the way,
which version do you have ?
Michal