Specifications

Embedded System Tools Guide (EDK 6.2i) www.xilinx.com 97
UG111 (v1.4) January 30, 2004 1-800-255-7778
Organization of generated files
R
Organization of generated files
This tool generates files based on user input. Table 4-5 describes what files are generated
and how they are used.
Table 4-5: Files and directories generated by the Create/Import IP Wizard
Directory or file Description
<pcores-directory> This one of the following:
<EDK-Repository-Dir>/MyProcessorIPLib/pcores
or
<Directory-containing-XPS-Project-File>/pcores
See section Identifying the Physical Location of your
Peripheral” for how this is specified.
<logical-library-name> This is the logical library name as defined in section
“Identifying Module and Version”
<peripheral-name> This is the peripheral name as defined in section
“Identifying Module and Version”
<peripheral-directory> <pcores-directory>/<logical-library-name>
<devl> <peripheral-directory>/devl
This is a directory containing collateral to help user
develop the user-logic component of the core.
<devl>/README.txt File explaining the output generated by this tool. We
recommend that the user go through this file. It has a lot of
documentation about exactly what the user needs to do to
complete the implementation of the user-logic part of the
core.
<devl>/ipwiz.log File containing a list of messages outputted by this tool.
<devl>/ipwiz.opt File capturing the data inputted by the user in the wizard
GUI. Presently, the user does not need to use this file for
any purpose.
<projnav-dir> <devl>/projnav
This is a directory containing a Project Navigator project
file. This directory will contain files used by Project
Navigator if you choose to develop the user-logic part of
the peripheral using Project Navigator.
<projnav-dir>/<peripheral-
name>.npl
Project Navigator project file you can open to complete the
development of the peripheral using Project Navigator.
<projnav-dir>/<peripheral-
name>.cli
Not presently used for any purpose.
<synthesis-dir> <devl>/synthesis
This is a directory containing files that will help you
synthesize the peripheral using XST.