[sv-bc] 2.3 -- Unbased binary literals


Subject: [sv-bc] 2.3 -- Unbased binary literals
From: Brad Pierce (Brad.Pierce@synopsys.com)
Date: Fri Feb 21 2003 - 09:48:45 PST


To parse the 6 new literals of section 2.3 --

     '0, '1, 'X, 'x, 'Z , 'z

I propose for section A.8.7 --

ADD

    implicit_base_binary_number ::= '0 | '1 | 'X | 'x | 'Z | 'z

REPLACE

    binary_number ::= [ size ] binary_base binary_value

WITH

    binary_number ::= [ size ] binary_base binary_value
                    | implicit_base_binary_number



This archive was generated by hypermail 2b28 : Fri Feb 21 2003 - 09:49:20 PST