Re: [sv-bc] Re: The Action item for you from the SV-BC


Subject: Re: [sv-bc] Re: The Action item for you from the SV-BC
From: Kevin Cameron x3251 (Kevin.Cameron@nsc.com)
Date: Mon Jan 20 2003 - 15:58:36 PST


Does anyone care about mapping bit-vectors to C bit fields?

E.g.:

SV:
      struct { bit [4:0] x;
               char y;} sv_strct;

==

C:
      struct { int x:5;
               char y;} c_strct;

Kev.



This archive was generated by hypermail 2b28 : Mon Jan 20 2003 - 15:59:20 PST