Forum Discussion

TuckerZ's avatar
TuckerZ
Icon for Occasional Contributor rankOccasional Contributor
2 years ago
Solved

Are Unpacked Array Supported in Platform Designer's Component Editor?

Hello, I'm trying to design an Avalon MM Slave and turn it into a component for use inside of platform designer using the component editor. In my top level HDL file, I have these two ports which ...
  • RichardT_altera's avatar
    2 years ago

    May I know which version of Quartus are you using, Standard or Pro?

    I'm afraid that if you are using Quartus Standard, there is limited support for the System Verilog language.

    Link: https://www.intel.com/content/www/us/en/docs/programmable/683283/18-1/verilog-and-systemverilog-synthesis-support.html

    The recommendations are as follows:

    1. Upgrade to Quartus Pro.
    2. Modify the design code by converting the multidimensional arrays into single-dimensional arrays.

    Unfortunately, the engineering team has no plans to enhance Quartus Standard.

    We apologize for any inconvenience caused by the limitations of the tool.

    Best Regards,

    Richard Tan

    Edited: Platform Designer does not support 2D arrays.