fail to set the hPC.TargetPlatform

조회 수: 2 (최근 30일)
KH
KH 2024년 12월 13일
댓글: KH 2024년 12월 19일
Hi,
At the Step set the imported target platform
hPC.TargetPlatform = 'DLXCKU5P';
I meet an error:
Dot indexing into the result of a function call requires parentheses after the function name. The
supported syntax is 'DLXCKU5P_plugin_board().hdlcoder_ref_design_customization'.
Error in hdlturnkey.plugin.ReferenceDesignList/searchRDCustomizationFile
Error in hdlturnkey.plugin.ReferenceDesignList/buildRDList
Error in dnnfpga.config.ProcessorConfigBase/loadCustomDLReferenceDesignList
Error in dnnfpga.config.ProcessorConfigBase/set.SynthesisTool
Error in dnnfpga.config.ProcessorConfigBase/loadCustomDLBoard
Error in dnnfpga.config.ProcessorConfigBase/set.TargetPlatform
However, if i input an error platform:
Error using dnnfpga.config.ProcessorConfigBase/set.TargetPlatform
Value must be a member of this set:
'Generic Deep Learning Processor'
'DLXCKU5P'
'Xilinx Kintex-Ultrascale KCU105 evaluation board'
'Xilinx Zynq UltraScale+ MPSoC ZCU102 Evaluation Kit'
'Xilinx Zynq ZC706 evaluation kit'
The aimed platform is on the list.
How could i solve this problem?
Looking forward to your reply and thanks for your kindly help! OvO

채택된 답변

KH
KH 2024년 12월 13일
편집: Torsten 2024년 12월 13일
找到原因了,开发板注册文件与参考设计注册文件不能放在一个文件夹
Translation:
Found the reason. The development board registration file and the reference design registration file cannot be placed in the same folder.
  댓글 수: 1
KH
KH 2024년 12월 19일
Besides, thecurrenty Matlab version does not supportself-definedd 'kintex ultrascale+' platform, only supports the platform below:
1.'Generic Deep Learning Processor',
2.'xilinx kintex-UltraScale KCU105 evaluation board',
3.'xilinx zynq UltraScale+ MPSoc ZCU102 Evaluation Kit',
'xilinx zynq ZC706 evaluation board'.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

제품


릴리스

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by