fail to set the hPC.TargetPlatform

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

 Accepted Answer

KH
KH on 13 Dec 2024
Edited: Torsten on 13 Dec 2024
找到原因了,开发板注册文件与参考设计注册文件不能放在一个文件夹
Translation:
Found the reason. The development board registration file and the reference design registration file cannot be placed in the same folder.

1 Comment

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'.

Sign in to comment.

More Answers (0)

Products

Release

R2024b

Asked:

KH
on 13 Dec 2024

Commented:

KH
on 19 Dec 2024

Community Treasure Hunt

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

Start Hunting!