create_bd_intf_net - 2023.2 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2023-10-18
Version
2023.2 English

Create a new intf_net.

Syntax

create_bd_intf_net [‑quiet] [‑verbose] <name>

Returns

The newly created intf_net object, "" if failed.

Usage

Name Description
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution
<name> Name of intf_net to create

Categories

IPIntegrator

Description

Create a new IP integrator interface net for the subsystem design.

This command returns the newly created interface net object if successful, and returns noting if it failed.

Arguments

-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.

<name> - The names of interface net to create.

Example

The following example creates an interface net in the current subsystem design:

create_bd_intf_net diff_clock_rtl