Skip to content

id_queue: Add support for multidimensional arrays #145

Description

@niwis

As noted in #138, id_queue currently does not support multidimensional arrays:

On line 369, we loop over all bits in data_t, which only works for 1D vectors or packed structs

There are several options to address this:

  • Add an assertion or comment to disallow multidimensional arrays as data_t. These would need to be flattened outside the module.
  • Use a width parameter instead of a type parameter for data_t (as suggested in Fix toolproblems in id_queue #138)
  • Flatten within id_queue

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions