MLD 参数描述部分 - 2022.1 Chinese

Vitis 统一软件平台文档 嵌入式软件开发 (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 简体中文

这部分提供了 MLD 文件中使用的构造的详细描述。

约定

[ ] 表示可选值。

< > 表示 MLD 写程序替换的值。

注释

在文件中任意位置均可添加注释。“#”符号表示注释开始,“#”后的所有字符直至行末都将被忽略。此外,所有空格也都忽略,含回车符的分号则充当断句符号。

操作系统或库定义

操作系统或库部分包含操作系统或库名称、选项、依赖关系和其它全局参数,使用语法如下:

option psf_version = <psf version number> BEGIN LIBRARY/OS <library/os
name> [option drc = <global drc name>] [option depends = <list of
directories>] [option help = <help file>] [option requires_interface =
<list of interface names>] PARAM <parameter description> [BEGIN CATEGORY
<name of category> <category description> END CATEGORY] BEGIN INTERFACE
<interface name> ....... END INTERFACE] END LIBRARY/OS