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 DesignInclude pre-existing HDL code in your MATLAB design. 
- Specify the Clock Enable RateConfigure clock enable to run at design base rate or input data rate. 
- Minimize Clock EnablesGenerate code for registers without clock enables. 
- Enable MATLAB Function Block GenerationDuring 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. 
