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