Read one or more IPIntegrator design files
Syntax
read_bd [‑quiet] [‑verbose] <files>...
Returns
List of IPIntegrator design file objects that were added.
Usage
Name | Description |
---|---|
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
<files>
|
IPIntegrator design file name(s) |
Categories
Description
Read the specified IP subsystem design files, or block designs, into the current project or the in-memory design. This command is similar to the add_files
command. The block design file is added to the source fileset as it is read.
import_files
command instead.You can use this command to read block designs into the in-memory design, when running the AMD Vivado™ tool in Non Project mode, in which there is no project file to maintain and manage the various project source files. Refer to the Vivado Design Suite User Guide: Design Flows Overview (UG892) for more information on Non Project mode.
This command returns the name of the IP subsystem design files read, or returns an error if it fails.
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.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
set_msg_config
command.
<files>
- Specify the name of the IP subsystem files to read into the current project or in-memory design.
Examples
The following example reads the specified IP subsystem design into the current project:
read_bd C:/Data/block_designs/design1.bd