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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…