Load instantiated HDL design for verification with Cadence Incisive and MATLAB
hdlsimmatlab <instance> [<ncsim_args>]
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.
<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.
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