[sv-bc] Proposal for SV-BC19-2


Subject: [sv-bc] Proposal for SV-BC19-2
From: Karen Pieper (Karen.Pieper@synopsys.com)
Date: Fri Jan 17 2003 - 18:36:50 PST


Hi, all,

        I remember that we agreed in the face-to-face that interfaces would be
instantiated with () if
there were no ports. As a result, I propose the following changes:

On page 67, in 13.2.2 first RTL example:
REPLACE
        simple_bus sb_intf;
WITH
        simple_bus sb_intf();

On page 67, in 13.2.2, second RTL example
REPLACE
        simple_bus sb_intf;
WITH
        simple_bus sb_intf();

On page 68, in 13.2.3, second RTL example
REPLACE
        simple_bus sb_intf;
WITH
        simple_bus sb_intf();

On page 68, in 13.2.3 second RTL example
REPLACE
        simple_bus sb_intf;
WITH
        simple_bus sb_intf();

On page 80, in 13.7
REPLACE
        intf_mutex mutex;
WITH
        intf_mutex mutex();



This archive was generated by hypermail 2b28 : Fri Jan 17 2003 - 18:37:23 PST