[sv-bc] Message Forward - from Kausik Datta --- packed struct/union semantic

From: <Vassilios.Gerousis@infineon.com>
Date: Mon May 31 2004 - 08:36:51 PDT

Subject: Help required on packed struct/union semantic

Hi,
I need some help on the semantic of the following declaration.

struct packed
{
  bit [1:0] a;
  byte b;
} [1:0][2:0] str;

Is the above declaration equivalent to

logic [1:0][2:0][9:0] str;

LRM is totally silent on this issue.

Also can I access

str[0][0][1:0]

Thanks
Kausik
Received on Mon May 31 08:37:15 2004

This archive was generated by hypermail 2.1.8 : Mon May 31 2004 - 08:37:49 PDT