delete_noc_interface - 2024.2 English - UG835

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2024-11-13
Version
2024.2 English

Delete NOC Interface.

Syntax

delete_noc_interface [‑quiet] [‑verbose] <interface>

Usage

Name Description
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution
<interface> NOC Interface to delete.

Categories

Description

This command deletes a NoC interface created with the create_noc_interface command only.

Arguments

<interface> - Specifies NoC interface to delete

-quiet - (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped.
-verbose - (Optional) Temporarily override any message limits and return all messages from this command.
Note: Message limits can be defined with the set_msg_config command.

Example

The following example deletes a NoC interface:

delete_noc_interface my_interface_name

The following example finds the appropriate interface and deletes:

delete_noc_interface [get_noc_interface /path_to_RM_boundary/my_interface_name]