AM62A3: DDR SysConfig issues opening existing projects

Part Number: AM62A3
Other Parts Discussed in Thread: SYSCONFIG,

Tool/software:

I did start setting up the DDR configuration via SysConfig last week, but I can’t seem to get into any of my existing projects.  I can see them as recent designs:

 

 

But when I click any of my recent designs I get the following error:

 

 

Is there any support available for the sysconfig tool itself?  Setting up the sysconfig and ddrconfig were quite a bit of effort so hopefully these aren’t permanently lost.

Trying to configure DDR for AM62A32AOMHIAMBR.

  • Hi Brian,

    Thanks for your query.

    Can you please tell us in your existing sysconfig design files, what is the command use?

    Is it same as below?

      

    Regards,

    Tushar

  • Here’s the sysconfig:

     

    /**

    * These arguments were used when this file was generated. They will be automatically applied on subsequent loads

    * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.

    * @cliArgs --device "AM62Ax" --part "AM62A32-L" --package "AMB"

    * @v2CliArgs --device "AM62A3" --package "FCBGA (AMB)" --variant "AM62A32-L"

    * @versions {"tool":"1.21.2+3837"}

    */

     

     

    Here’s the ddrconfig

     

    /**

    * These arguments were used when this file was generated. They will be automatically applied on subsequent loads

    * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.

    * @cliArgs --device "AM62Ax" --part "AM62A32-L" --package "AMB" --product Processor_DDR_Config@0.10.02

    * @v2CliArgs --device "AM62A3" --package "FCBGA (AMB)" --variant "AM62A32-L" --product Processor_DDR_Config@0.10.02

    * @versions {"tool":"1.21.2+3837"}

    */

  • Hi Brian,

    Try keeping the Sysconfig args as below

    // @cliArgs --device "AM62Ax" --package "AMB" --part "AM62A34-M" --product "Processor_DDR_Config@0.10.02"

    DDR args

    /**
     * These arguments were used when this file was generated. They will be automatically applied on subsequent loads
     * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments.
     * @cliArgs --device "AM62Ax" --part "AM62A34-M" --package "AMB" --product "Processor_DDR_Config@0.10.02"
     * @v2CliArgs --device "AM62A3" --package "FCBGA (AMB)" --variant "AM62A34-M" --product "Processor_DDR_Config@0.10.02"
     * @versions {"tool":"1.22.0+3893"}
     */

    Let us know if this works.

    Regards,

    Tushar