
SIMPRIMS_VER = C:\Xilinx\10.1\ISE\verilog\mti_se\simprims_ver UNIMACRO_VER = C:\Xilinx\10.1\ISE\verilog\mti_se\unimacro_ver UNISIMS_VER = C:\Xilinx\10.1\ISE\verilog\mti_se\unisims_ver When i checked my modelsim.ini file I found that the libraries was not mapped so i write below command in the modelsim.ini file and finally i find all compiled xilinx libraries in my library window of modelsim. I used the “compxlib” command but still it was not working for me. If the "modelsim.ini" file is not writeable, the "vmap" command will make a local copy of the "modelsim.ini" file and write the library mappings to this file. If the variable is not set, a local (in the directory in which CompXLib is run) "modelsim.ini" file contains the library mappings from the "vmap" command issued by CompXLib. If the ModelSim environment variable is set, then the ".ini" file pointed to by the environment variable is modified. For this u need to write CompXlib in your TCL window of Xilinx.ĬompXLib uses the ModelSim "vmap" command for library mapping.

Googling a lot i found that i need to compile xilinx libraries and had to map it with ModelSim to get it worked. It was all running cool with VHDL but when i tried to do post Place and Route simulation using SDF file of my design i stuck with following errors:
