DPI Generation for MATLAB Code
To generate a DPI component from a MATLAB function, see Considerations for DPI Component Generation with MATLAB. You must have a MATLAB Coder™ license to use this feature.
Functions
dpigen | Generate UVM or SystemVerilog DPI component from MATLAB function |
Objects
svdpiConfiguration | Configure workflows for UVM and SystemVerilog component generation from MATLAB |
Topics
- Generate DPI Component Using MATLAB
Code the MATLAB function you want to export to a SystemVerilog environment.
- Considerations for DPI Component Generation with MATLAB
You can export a MATLAB function as a component with a direct programming interface (DPI) for use in a SystemVerilog simulation.
- Use Generated DPI Functions in SystemVerilog
How to export the generated DPI component to a SystemVerilog environment.
- Use Variable-Sized Vector in SystemVerilog DPI Component
This example shows how to configure, generate, and use a SystemVerilog DPI (SVDPI) component with variable-length inputs or outputs.
- SystemVerilog and UVM Template Engine
Generate customizable SystemVerilog modules and UVM components from MATLAB using templates.
- Template Engine Language Syntax
Template variable definition and usage.