Protocol instance objects appear in the Objects window in the scope containing the corresponding AXI interface signals. Perform the following steps to find a protocol instance using the Scope window:
- In the Scope window, select the scope containing AXI interface signals. Note: The scope hierarchy roughly matches your block design.
- Locate the protocol instance for an AXI interface of a block in your block design. Select the scope name that matches the instance name of your block.
Perform the following steps to find a protocol instance using the Objects window:
- In the Objects window, scroll to the bottom of the list.
- Locate the protocol instance name that matches the port name of the AXI interface
in your block design. AXI port names usually end with
_AXI
and are frequentlyM_AXI
orS_AXI
.Tip: Protocol instances have a port mode of Internal Signal. To facilitate searching for protocol instances in the Objects window, you can hide all objects except the Internal Signal object. Click the gear icon, deselect the Select All check box, and select the Internal Signal check box. To restore the Objects window, select the Select All check box.