Knowledge Base Article

Why are the Memory preset settings missing in the Cyclone® V HPS Qsys GUI component?

Description

Due to a problem in the Quartus® II software version 13.0 sp1, the memory presets setting are no longer available from the Qsys Hardware Processor System MegaWizard GUI in the QuartusII® version 13.0 service pack 1.

Resolution

In order to enable memory preset settings,  update the following two files:

  • /../.ip/altera/hps/altera_hps/altera_hps_hw.tcl
    • Change "set_module_property VERSION 13.0sp1" to "set_module_property VERSION 13.0"
  • /../.ip/altera/altera_components.ipx
    • Change version "13.0.1" to "13.0" in the following section

<component
   name="altera_hps"
   file="hps/altera_hps/altera_hps_hw.tcl"
   displayName="Hard Processor System"
   version="13.0.1" -->  version="13.0"

This problem is scheduled to be fixed in a future version of the Quartus II software.

Updated 3 months ago
Version 2.0
No CommentsBe the first to comment