Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
Re: how wo compile xilinx libray(ise6.1) using MODELSIM!?th
The instructions are below. Keep your fingers crossed if the tool is not VITAL2000 compliant (see underneath). Good luck!
delay (delayed by technology)
Running CompXLib from the Project Navigator GUI (6.1i or later)
1. Click the appropriate device (e.g., xcv50-6bg256) in the Sources in Project Window.
2. Right-click Compile HDL Simulation Libraries in the Processes for Source Window.
3. Select Properties.
4. Set the applicable Simulation Library Compiler Properties (click Help for a description of each property).
5. Click OK.
6. Double-click Compile HDL Simulation Libraries in the Processes for Source Window.
NOTE: Only the simulation libraries applicable to the selected device for your project are available for compilation. If you want to compile all Xilinx Simulation Libraries, run CompXLib from the command line (see below) and use the "-f all" option.
Running CompXLib from the Command Line (5.1i or later)
To obtain the usage information, type "compxlib" at a command prompt. Run "compxlib -help" for details.
Examples of using CompXLib with officially supported simulators are provided below. In all examples that do not use the -p option, it is assumed that the environment is set up for the desired simulator.
ModelSim PE (PC example)
This example compiles all of the libraries into the specified directory:
compxlib -s mti_pe -f all -l all -o c:\modeltech_5.6b\xilinx_libs
If multiple versions of ModelSim are installed, point to the desired executable directory:
compxlib -s mti_pe -f all -l all -o c:\modeltech_5.6b\xilinx_libs -p c:\Modeltech_5.6b\win32
6.1i COMPXLIB - "ERROR: Could not open library vital2000 at vital2000: No such file or directory"
General Description:
Using COMPXLIB to compile simulation libraries from the command line results in an error similar to the following:
"ERROR: Could not open library vital2000 at vital2000: No such file or directory
###### C:\Xilinx\vhdl\src\simprims\simprim_Vcomponents_mti.vhd(74): library VITAL2000;
ERROR: C:\Xilinx\vhdl\src\simprims\simprim_Vcomponents_mti.vhd(74): Library vital2000 not found.
###### C:\Xilinx\vhdl\src\simprims\simprim_Vcomponents_mti.vhd(75): use VITAL2000.VITAL_Timing.all;
ERROR: C:\Xilinx\vhdl\src\simprims\simprim_Vcomponents_mti.vhd(75): Unknown identifier: vital2000
###### C:\Xilinx\vhdl\src\simprims\simprim_Vcomponents_mti.vhd(77): package VCOMPONENTS is
ERROR: C:\Xilinx\vhdl\src\simprims\simprim_Vcomponents_mti.vhd(77): VHDL Compiler exiting"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.