Continue to Site

Welcome to EDAboard.com

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.

how to compile files in a library (Xilinx)

Status
Not open for further replies.

bcdeepak

Member level 5
Joined
Jul 28, 2006
Messages
86
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,286
Activity points
1,895
hi

plz tell me how to go to a different (created by a user) library and compile the file in it in Xilinx
by default "work" library is opening.
 

for compiling different file locating in different library you have to change library .... coz we can compile only those file which are located in present library....
 

you can use "compxlib "to compile xilinx library.
compxlib -s <simulator> -arch <arch>

[-l <language>] [-lib <library>] [-dir <output_dir>]

[-w] [-log <log_file>] [-p <dir_path>]

[-smartmodel_setup] [-verbose]

compxlib -cfg

compxlib -info <dir_path>

compxlib -f <cmd_file>

compxlib -help

compxlib -help <value>


for more detail you can go to the web of xilinx to search for this command.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top