generate_hier_access - 2022.1 English

Vivado Design Suite Tcl Command Reference Guide (UG835)

Document ID
UG835
Release Date
2022-05-05
Version
2022.1 English

(User-written application) Generate sources for hierarchical access simulation

Syntax

generate_hier_access [‑bypass <arg>] [‑driver <arg>] [‑directory <arg>]
    [‑pseudo_top <arg>] [‑testbench <arg>] [‑log <arg>] [‑quiet] [‑verbose]

Returns

None

Usage

Name Description
[-bypass] Hierarchical access module name Default: xil_dut_bypass
[-driver] Signal driver template module name Default: xil_bypass_driver
[-directory] Output directory for the generated sources Default: current working directory
[-pseudo_top] Top-level pseudo testbench module name Default: None
[-testbench] User design testbench module name Default: None
[-log] Simulator log containing hierarchical path information (required for the non-Vivado standalone flow only) Default: None
[-quiet] Ignore command errors
[-verbose] Suspend message limits during command execution

Description

Generates sources for hierarchical access simulation.

Arguments

[-bypass <arg> = xil_dut_bypass] - (Optional) Hierarchical access module name.

[-driver <arg> = xil_bypass_driver] - (Optional) Signal driver template module name.

[-directory <arg> = current working directory] - (Optional) Output directory for the generated sources.

[-pseudo_top <arg>] - (Optional) Top-level pseudo testbench module name.

[-testbench <arg>] - (Optional) User design testbench module name.

[-log <arg>] - (Optional) Simulator log containing hierarchical path information (required for the non-Vivado standalone flow only).

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