Download Xilinx Command Line Tools User Guide

Transcript
Chapter 25: Compxlib
Task
Command
Print the precompiled library information for the libraries
compiled in the $XILINX directory for the ModelSim SE
simulator
compxlib -info $XILINX/mti_se/
Create compxlib.cfg with default options
compxlib -cfg
Specifying Run Time Options
Use the compxlib.cfg file to specify run time options for Compxlib. By default, Compxlib creates this file
in the current directory. To automatically create this file with its default settings, use the -cfg option. See -cfg
(Create Configuration File) for more information.
You can specify the following run time options in the configuration file.
EXECUTE:
EXECUTE: ON|OFF
By default, the value is ON.
If the value is ON, Compxlib compiles the libraries.
If the value is OFF, Compxlib generates only the list of compilation commands in the compxlib.log file,
without executing them.
EXTRACT_LIB_FROM_ARCH:
EXTRACT_LIB_FROM_ARCH: ON|OFF
This option supports Early Access devices. Do not change this option.
LOCK_PRECOMPILED:
LOCK_PRECOMPILED: ON|OFF
By default, the value is OFF.
If the value is OFF, Compxlib compiles the dependent libraries automatically if they are not precompiled.
If the value is ON, Compxlib does not compile the precompiled libraries.
For example, if you want to compile the XilinxCoreLib Library, Compxlib looks for this value to see if the
dependent UNISIM libraries should be compiled.
LOG_CMD_TEMPLATE:
LOG_CMD_TEMPLATE: ON|OFF
By default, the value is OFF.
If the value is OFF, Compxlib does not print the compilation command line in the compxlib.log file.
If the value is ON, Compxlib prints the compilation commands in the compxlib.log file.
PRECOMPILED_INFO:
PRECOMPILED_INFO: ON|OFF
By default, the value is ON.
Command Line Tools User Guide
UG628 (v 11.4) December 2, 2009
www.xilinx.com
299