Specifications

Embedded System Tools Guide (EDK 6.2i) www.xilinx.com 281
UG111 (v1.4) January 30, 2004 1-800-255-7778
Instance Specific Parameters
R
PROC_INSTANCE Option
This option is required for OS associated with a processor instances specified in the MHS
file.
Format
parameter PROC_INSTANCE = instance_name
All OS’es in the EDK require processor instances to be associated with the OS’es. The
instance name that is given must match the name specified in the MHS file.
HW_INSTANCE Option
This option is required for drivers associated with peripheral instances specified in the
MHS file.
Format
parameter HW_INSTANCE = instance_name
All drivers in the EDK require instances to be associated with the drivers. Even a processor
definition block should refer to the processor instance. The instance name that is given must
match the name specified in the MHS file.
OS_NAME Option
This option is needed for processor instances that have OS’es associated with them.
Format
parameter OS_NAME = standalone
Library Generator copies the OS directory specified to
OUTPUT_DIR/processor_instance_name/libsrc directory and compiles the OS sources
using makefiles provided. Please see the Chapter 7, “Library Generator” for more
information.
OS_VER Option
The OS version is set using the OSVER option.
Format
parameter OS_VER = 1.00.a
This version is specified in the following format: x.yz.a, where x,y and z are digits, and
a is a character. This is translated to the OS directory searched by LibGen as follows:
USER_PROJECT/bsp/OS_NAME_vx_yz_a
XILINX_EDK/sw/lib/bsp/OS_NAME_vx_yz_a
The MLD (Microprocessor Library Definition) files needed by Libgen for each OS should
be named OS_NAME_v2_1_0.mld and should be present in a subdirectory data/ within the
driver directory. Please refer to Chapter 20, “Microprocessor Library Definition (MLD)” for
more information.
DRIVER_NAME Option
This option is needed for peripherals that have drivers associated with them.