[sv-bc] BNF: unpacked structs should not allow signing.


Subject: [sv-bc] BNF: unpacked structs should not allow signing.
From: Dave Rich (David.Rich@synopsys.com)
Date: Sun Aug 17 2003 - 22:16:20 PDT


In one of the drafts of SV3.1, section A.2.1, it looks like they split
up data_type to show which types could be given packed dimensions.
However, when they split sunion/struct, they should not have allowed the
unpacked version to have signing. This should be removed in the BNF.
Replace
| *struct *[ signing ] { { struct_union_member } }
| *union *[ signing ] { { struct_union_member } }
with
| *struct *{ { struct_union_member } }
| *union* { { struct_union_member } }

-- 
--
David.Rich@Synopsys.com
Technical Marketing Consultant
http://www.SystemVerilog.org
tele:  650-584-4026
cell:  510-589-2625



This archive was generated by hypermail 2b28 : Sun Aug 17 2003 - 22:18:03 PDT