Main Content

hdlsimmatlab

Load instantiated HDL module for verification with Cadence Xcelium and MATLAB

    Description

    example

    Note

    Use this command in Cadence® Xcelium™, not in MATLAB®.

    hdlsimmatlab instance loads the specified instance of an HDL design for verification and sets up the Xcelium simulator so it can establish a communication link with MATLAB. The Xcelium simulator opens a simulation workspace as it loads the HDL design.

    You can run this command from the HDL simulator prompt or from a Tcl script shell (tclsh).

    hdlsimmatlab instance <xmsim_args> uses additional Xcelium command line arguments.

    Examples

    collapse all

    In Xcelium, load the HDL module instance parse from the library work, establishing communication with MATLAB.

    tclshell> hdlsimmatlab work.parse

    Input Arguments

    collapse all

    Instance of the HDL module to load for cosimulation, specified as an HDL instance name (as required by Xcelium).

    Example: work.parse

    Data Types: char | string

    xmsim command arguments (as required by Xcelium). For details, see the description of xmsim in the Xcelium documentation.

    Version History

    Introduced in R2008a