How to convert ANN Simulink model to Xilinx Model
이전 댓글 표시
I am trying to convert a Simulink Model using Artificial Neural Network into a VHDL code to implement it in Xilinx. The model is working fine in Simulink but when we try to generate the vhdl we are getting warnings that "cannot find implementation for the block..." Please help
채택된 답변
추가 답변 (1개)
Tim McBrayer
2015년 9월 14일
0 개 추천
Xilinx System Generator is a separate product made by Xilinx and is focused only on Xilinx FPGAs. As I understand it, the entire portion of your design destined for HDL must be rewritten to use only Xilinx System Generator blocks, if you with to use this tool.
The MathWorks solution is to use HDL Coder, which for Simulink generates portable, bit-true and cycle-accurate HDL code from a Simulink design. HDL Coder's Simulink modeling capabilities center around the basic blocks that ship with Simulink, although a selection of blocks in other toolboxes (comm/dsp/video toolboxes) are supported as well. HDL Coder does not support any blocks in the Neural Network toolbox.
카테고리
도움말 센터 및 File Exchange에서 AMD FPGA and SoC Devices에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!