Specifications

280 www.xilinx.com Embedded System Tools Guide (EDK 6.2i)
1-800-255-7778 UG111 (v1.4) January 30, 2004
Chapter 19: Microprocessor Software Specification (MSS)
R
PSF Version
This option specifies the PSF version of the MSS file. This option is mandatory for versions
2.1.0 and above.
Format
parameter VERSION = 2.1.0
Parameter INT_HANDLER
This option defines the interrupt handler software routine for an external interrupt port
given in the MHS file.
Format
parameter INT_HANDLER = my_int_handl, INT_PORT = Interrupt
The external interrupt port that raises the interrupt is specified after the attribute as shown
above with the INT_PORT keyword. This port should match the port name (and not the
signal name) specified in the MHS file as a global external port.
Instance Specific Parameters
These parameters are OS (Operating System), processor, driver or library specific
parameters. The parameters have to be between a Begin and End block.
OS, Driver, Library and Processor Block Parameters
Table 19-1 provides the parameters that can be used in OS, driver, library and processor
blocks.
Table 19-1: Parameters Specified in OS, Driver, Library and Processor Blocks Only
Option Values Default Definition
PROC_INSTAN
CE
Instance name None Processor Instance name specified in MHS file
(used with OS block only)
HW_INSTANCE Instance name None Instance name specified in the MHS file (used
with DRIVER and PROCESSOR blocks).
OS_NAME OS name None OS name.
OS_VER 1.00.a None OS version.
DRIVER_NAME Driver name None Driver name.
DRIVER_VER 1.00.a No Version Driver version.
LIBRARY_NAM
E
Library name None Library name.
LIBRARY_VER 1.00.a No Version Library version.
INT_HANDLER C Function Name None Specifies the interrupt handler function for the
peripheral interrupt.