External Component Interfaces
HDL code instantiation using black box interfaces
Integrate custom HDL code to your MATLAB® design. The black box interface enables you to create an interface for existing manually written HDL code, or third-party IP.
Apps
HDL Coder | Generate HDL and High-Level Synthesis (HLS) code from MATLAB code |
Functions
codegen | Generate HDL or High-Level Synthesis (HLS) code from MATLAB code |
coder.config | Create HDL Coder code generation configuration objects |
Objects
hdl.BlackBox | Black box for including custom HDL code |
Topics
- Integrate Custom HDL Code Into MATLAB Design
Include pre-existing HDL code in your MATLAB design.
- Specify the Clock Enable Rate
Configure clock enable to run at design base rate or input data rate.
- Minimize Clock Enables
Generate code for registers without clock enables.
- Enable MATLAB Function Block Generation
During HDL code generation, your MATLAB algorithm must go through the floating-point to fixed-point conversion process, even if it is already a fixed-point algorithm.