Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16597 Discussions

Info (10008): Verilog HDL or VHDL information: EDA Netlist Writer cannot regroup multidimensional

Mikexx
New Contributor I
1,487 Views

Full error:

Info (10008): Verilog HDL or VHDL information: EDA Netlist Writer cannot regroup multidimensional array "in" into its bus

The right number of resources seem to be used but I find this worrying.

In essence I'm using a macro to unpack a linear array into a 3D array:

wire [1:0] in [1:0][1:0];
`UNPACK_2DARRAY(2,2,2,in,pack_2_2_2_in)

The error is an "info" as opposed to an error. Is this significant?

Is there a way to eliminate this "info"?

 

0 Kudos
3 Replies
KhaiChein_Y_Intel
1,482 Views

Hi,

In a Verilog Design File (.v) or VHDL Design File (.vhd), you used the specified multidimensional array. Because the EDA Netlist Writer cannot regroup the multidimensional array into its bus, output file generation may result in a degenerate bus. However, logic synthesis is not affected.
To avoid receiving this message in the future, edit the design to use a one- or two-dimensional array. Otherwise, no action is required.

Thanks.

Best regards,

KhaiY

0 Kudos
Mikexx
New Contributor I
1,477 Views

Many thanks for the fast reply. This would be so much neater if I could retain the 2D array.

My concern was that this would affect synthesis and good to know that it won't. I can live with a warning!

0 Kudos
KhaiChein_Y_Intel
1,471 Views

Hi,

Sure. I now transition this thread to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you

Thanks.

Best regards,

KhaiY

0 Kudos
Reply