- Clock source
- JTAG AXI Manager Interface
- DDR4 external memory interface
- Hard Processor System (HPS), and
- PLL
Deep Learning HDL Toolbox - DE10-Standard
2 ビュー (過去 30 日間)
古いコメントを表示
I am trying to use a DE10-Standard FPGA development kit and I use this example: https://www.mathworks.com/help/deep-learning-hdl/ug/define-custom-board-and-reference-design-for-dl-ip-core-workflow.html as a reference. I am trying to do step ,,Create the reference design definition file. To generate a deep learning processor IP core, you must define these three AXI4 Master Interfaces" but I struggle with this part of a code:
hRD.addCustomVivadoDesign( ... 'CustomBlockDesignTcl', 'system_top.tcl',... 'VivadoBoardPart', 'xilinx.com:kcu105:part0:1.0');
I know that I should use addCustomQsysDesign function that refers to Qsys project file, but I want to know what that project needs to contain. Clock, HPS, PLL and DDR memory Interface?
0 件のコメント
回答 (1 件)
Vikram Venkatesh
2023 年 5 月 19 日
The Qsys project file must contain all modules referenced in the block diagram in this https://www.mathworks.com/help/deep-learning-hdl/ug/define-custom-board-and-reference-design-for-dl-ip-core-workflow.html, except for the deep learning processor IP core. The project file requires:
To learn more about creating a reference design for Intel targets, see https://mathworks.com/help/hdlcoder/ug/define-and-register-custom-board-and-reference-design-for-intel-soc-workflow.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で HDL Coder についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!