HDLCoder Design Patterns and Examples
This link has several tutorials in this submission show how to generate HDL from MATLAB code,
>> mlhdlc_demo_setup('heq')
Generate HDL Code from MATLAB algorithms; you can follow these doc links for additional info..
- MATLAB Algorithm Design Supported MATLAB syntax and functions, System objects, best practices
- Fixed-Point Conversion Convert floating-point code to fixed-point code, optimize fixed-point data types
- Native Floating Point Generate and verify HDL code from floating-point designs
- Code Generation Generate HDL code and test bench, coding standards and reports
- Speed and Area Optimization Improvements through resource sharing, streaming, pipelining, RAM mapping