create_port_on_reconfigurable_module - 2021.2 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2021-10-22
Version
2021.2 English

Generate a port on a given reconfigurable cell

Syntax

create_port_on_reconfigurable_module [‑cell <arg>] [‑port <arg>]
    [‑direction <arg>] [‑from <arg>] [‑to <arg>] [‑quiet] [‑verbose]

Usage

Name Description
[-cell] (Required) specify the HD.RECONFIGURABLE cell name for port punching
[-port] (Required) specify the newly added port name on given HD.RECONFIGURABLE cell
[-direction] (Required) specify the direction of ports, it could be either INPUT, OUTPUT or INOUT
[-from] (Optional) specify the lower boundary of port bus Default: -1
[-to] (Optional) specify the higher boundary of port bus Default: -1
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution

Categories

FileIO