mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
Currently multi-dimensional packed vector class properties will cause an assert and only single dimensional or scalar vectors will pass. But just as for regular vectors there is nothing special about class property multi-dimensional vectors as they will be represented in vector form in vvp. Removing the asserts allows multi-dimensional packed vectors to be used for class properties. Indexed access to these properties is not supported yet; that requires follow-up work to elaborate packed property selects and to support partial stores to vector class properties. Signed-off-by: Lars-Peter Clausen <[email protected]>