Main Content

Hardware Modeling with MATLAB Code

MATLAB® design and test bench guidelines for HDL code generation

You can write MATLAB code to model state machines and implement hardware elements such as counters and RAM for HDL code generation. When authoring the code, follow for loop best practices and guidelines to write efficient MATLAB code to generate HDL code.

Functions

hdl.RAMSingle, simple dual, dual, true dual, or simple tri-port RAM for memory read/write access
hdl.BlackBoxBlack box for including custom HDL code

Topics

Model for HDL Code Generation

Best Practices and MATLAB Test Bench