Library Parameters in MSS File in Vitis Classic IDE - Library Parameters in MSS File in Vitis Classic IDE - 2026.1 English - UG643

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2026-06-23
Version
2026.1 English

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.8
PARAMETER PROC_INSTANCE = microblaze_0
PARAMETER ENABLE_INTEL = true
PARAMETER ENABLE_AMD = false
END

The following table describes the libgen customization parameters.

Table 1. Library Parameters in MSS File
Parameter Default Value Description
LIBRARY_NAME xilflash Specifies the library name.
LIBRARY_VER 4.8 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.