An open API service indexing awesome lists of open source software.

https://github.com/mathworks/hdl-coder-self-guided-tutorial

Learn how to deploy an algorithm to an FPGA using MATLAB and Simulink.
https://github.com/mathworks/hdl-coder-self-guided-tutorial

Last synced: about 1 year ago
JSON representation

Learn how to deploy an algorithm to an FPGA using MATLAB and Simulink.

Awesome Lists containing this project

README

          

# HDL Coder Self Guided Tutorial
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=mathworks/HDL-Coder-Self-Guided-Tutorial)
[![View HDL Coder Self-Guided Tutorial on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/69651-hdl-coder-self-guided-tutorial)

This tutorial will guide you through the steps necessary to implement a MATLAB algorithm in FPGA hardware, including:
* Create a streaming version of the algorithm using Simulink
* Implement the hardware architecture
* Convert the design to fixed-point
* Generate and synthesize the HDL code