XilFlash Library can be integrated with a system using the following snippet in the Microprocessor Software Specification (MSS) file:
BEGIN LIBRARY
PARAMETER LIBRARY_NAME = xilflash
PARAMETER LIBRARY_VER = 4.9
PARAMETER PROC_INSTANCE = microblaze_0
PARAMETER ENABLE_INTEL = true
PARAMETER ENABLE_AMD = false
END
The table below describes the libgen customization parameters.
Parameter | Default Value | Description |
---|---|---|
LIBRARY_NAME | xilflash | Specifies the library name. |
LIBRARY_VER | 4.9 | Specifies the library version. |
PROC_INSTANCE | microblaze_0 | Specifies the processor name. |
ENABLE_INTEL | true/false | Enables or disables the Intel flash device family. |
ENABLE_AMD | true/false | Enables or disables the AMD flash device family. |