fail to set the hPC.TargetPlatform

3 次查看(过去 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