Common Rights - 2023.1 English

Vivado Design Suite User Guide: Creating and Packaging Custom IP (UG1118)

Document ID
UG1118
Release Date
2023-05-30
Version
2023.1 English

The set of common rights is defined in the following table, with a description of the default value, valid values as defined by the IEEE specification, and valid values as accepted by the Vivado tools. The term delegated means that the IP author is delegating an access right to the tools to do what is needed to process the IP.

Rights must evaluate to the AMD valid values under all circumstances. Evaluation to non-supported values causes the tool to stop processing the encrypted data.

Table 1. Common Rights
Name Purpose Default Value Valid Values 2 AMD Valid Values
error_handling What is the tool allowed to show in Error messages? "delegated" 1 "delegated" 1 "delegated" 1
"srcrefs"
"plaintext"
runtime_visibility What is tool allowed to show during display, tcl, or output reports? "delegated" 1 "delegated" 1 "delegated" 1
"interface_names"
"all_names"
child_visibility If a protected module instantiates an unprotected child, how should error_handling and runtime_visibility be handled on that child? Displayed messages could expose path-names through protected regions. "delegated" 1 "delegated" 1 "delegated" 1
"allowed"
"denied" "allowed"
decryption Is the tool even allowed to decrypt the module? This is often used in conditional rights. "delegated" 1 "delegated" 1 "delegated" 1
"true" "true"
"false" "false"
  1. "delegated" = "true"
  2. Valid values are case sensitive, and must be specified as shown.
  3. The behavior of Vivado tools can vary for delegated access rights. See the table in Understanding How Rights Affect Vivado Tools for more information.