How to implement LSTM on Alter FPGA
2 views (last 30 days)
Show older comments
- Is it possible to implement LSTM network on Altera DE2-115 board? What is the procedure to do so?
- Can I design the model in Simulink and then transfer the logic to the FPGA (altera or any FPGA that can be implemented for real time data acquisition)?
- Would you please recommend any FPGA board for real time acquistion. The board should be programable with MATLAB
0 Comments
Answers (1)
Aman Vyas
on 16 Aug 2020
Hi,
1)Yes, today most of the deep learning model can be implemented on FPGA provided you are able to generate synthesisable RTL code which can be dumped on FPGA.
2)Yes, simulink models support RTL code generation and verification by using products HDL coder and HDL verifier respectively. If you can generate your logic through system level modelling on simulink through HDL compatible blocks then easily they can be used to generate RTL synthesisable compatible to both altera FPGA from INTEL and xilinx FPGA Boards.
3)Most of the boards are programmable with matlab.
List of zynq supported boards - https://www.mathworks.com/hardware-support/zynq.html
List of Altera supported boards - https://www.mathworks.com/hardware-support/altera-soc-ecoder.html
Hope it helps !
0 Comments
See Also
Categories
Find more on Intel SoC Devices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!