语法
- 对于 Zynq 器件和 Zynq UltraScale+ MPSoC:
[init] <filename> - 对于 Versal 自适应 SoC、第二代 Versal AI Edge 系列、第二代 Versal Prime 系列和 Spartan UltraScale+:
init = <filename>
描述
位于启动加载程序末尾的寄存器初始化块,通过解析 .int 文件规格来构建。允许最多 256 个地址/值对。.int 文件具有特定格式。
示例
BIF 文件样本如下所示:
- 对于 Zynq 器件和 Zynq UltraScale+ MPSoC:
all: { [init] test.int } - 对于 Versal 自适应 SoC:
all: { init = reginit.int image { name = image1, id = 0x1c000001 { type=bootloader, file=plm.elf } { type=pmcdata, file=pmc_cdo.bin } } }