阵列分区配置 - 2023.2 简体中文

Vitis 高层次综合用户指南 (UG1399)

Document ID
UG1399
Release Date
2023-12-18
Version
2023.2 简体中文

syn.array_partition 命令用于指定整个设计的阵列分区的默认行为。对于特定阵列,您可使用 syn.directive.array_partition 覆盖这些设置。

syn.array_partition.complete_threshold <value>
设置完整阵列分区的阈值。所含元素数量少于指定值的阵列将完整分区为各元素。
syn.array_partition.complete_threshold=12
syn.array_partition.throughput_driven [ auto | off ]
启用自动部分和/或完整阵列分区。
  • auto:启用自动阵列分区,支持智能平衡面积与吞吐量。这是默认值。
  • off:禁用自动阵列分区。
syn.array_partition.throughput_driven=off