To get started, see Verify HDL Module with MATLAB Test Bench.
Cosimulation Wizard | Generate a cosimulation block or System object from existing HDL files |
hdlverifier.HDLCosimulation | Create a System object for HDL cosimulation with MATLAB |
To cosimulate your HDL code with a MATLAB or Simulink® design, you must first:
Supported EDA Tools and Hardware
List of supported third-party EDA software and FPGA boards.
Set Up MATLAB-HDL Simulator Connection
Cosimulation requires a connection between MATLAB and your HDL simulation tool.
Provides some direction for choosing TCP/IP socket ports.
Provides instructions for performing cosimulation across a local network.
Run your test bench or component, including the cosimulation of your HDL module.
You can verify HDL modules using the HDL Cosimulation System object™.
Verify Viterbi Decoder Using MATLAB System Object and HDL Simulator
This example shows you how to use MATLAB® System objects and Mentor Graphics® ModelSim®/QuestaSim® or Cadence® Incisive®/Xcelium® to cosimulate a Viterbi decoder implemented in VHDL.
Import HDL Code for MATLAB System Object
Generate a MATLAB System object to cosimulate your HDL code.
Import HDL Code for MATLAB Function
Generate a MATLAB function to cosimulate your HDL code.
Test Bench and Component Function Writing
This section explains how you use the use_instance_obj
argument
for MATLAB functions matlabcp
and matlabtb
.
Verify Raised Cosine Filter Design Using MATLAB
This tutorial guides you through the basic steps for setting up an HDL Verifier™ cosimulation that uses MATLAB and the HDL Simulator.
Automatic Verification of Generated HDL Code from MATLAB
Verify generated HDL code using a generated cosimulation script.
Verify Code with HDL Test Bench (HDL Coder)
Simulate the generated HDL design under test (DUT) with test vectors from the test bench using the specified simulation tool.
The HDL Verifier software consists of MATLAB functions, a MATLAB System object, and a library of Simulink blocks, all of which establish communication links between the HDL simulator and MATLAB or Simulink.
Prepare to Import HDL Code for Cosimulation
Prepare for cosimulation and choose whether to cosimulate your HDL code as a function, System object, or block.
If your HDL application needs to send HDL data to a MATLAB function, you may first need to convert the data to a type supported by MATLAB and the HDL Verifier software.
Race Conditions in HDL Simulators
Describes ways to avoid race conditions in hardware cosimulations with MATLAB and Simulink software.