MAX_NAMES属性允许您控制单个设计规则报告的对象数量
返回对象列表的检查(DRC)。默认值为15。有关运行DRC的更多信息,
请参阅《Vivado设计套件用户指南:系统级设计入门》(UG895)[参考15]。
重要提示:MAX_NAMES属性仅对包含对象列表的DRC有效
(通常在DRC消息的末尾)。
架构支持
所有架构
适用对象
•设计规则检查对象(get_drc_checks)
价值观
整数值为0或更大。默认值为15。值为0将导致默认值为15
被报道。
Syntax
Verilog and VHDL Syntax
Not applicable
XDC Syntax
set_property MAX_NAMES <value> [get_drc_checks <id>]
Where:
• <id> is the DRC ID recognized by the Vivado Design Suite
• <value> is the number of elements that should be returned for any list of objects.
XDC Syntax Example
#Increase the number of reported UCIO-1 objects to 52
set_property MAX_NAMES 52 [get_drc_checks UCIO-1]