hdlsimmatlab

Load instantiated HDL design for verification with Cadence Incisive and MATLAB

Syntax

hdlsimmatlab <instance> [<ncsim_args>]

Description

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

This command may be run from the HDL simulator prompt or from a Tcl script shell (tclsh).

This command is issued in the HDL simulator.

Arguments

<instance>

Specifies the instance of an HDL design to load for verification.

<ncsim_args>

Specifies one or more ncsim command arguments. For details, see the description of ncsim in the Cadence Incisive simulator documentation.

Examples

The following command loads the module instance parse from library work for verification and sets up the Cadence Incisive simulator so it can establish a communication link with MATLAB:

tclshell> hdlsimmatlab work.parse
Introduced in R2008a