Section 15.6

LRM-58

Change (change in red):

Clocking domains cannot be nested. They cannot be declared inside functions, or tasks, packages, or outside all declarations in a compilation unit at the global ($root) level. Clocking domains can only be declared inside a module, interface or program (see Section 16).

Section 15.11

LRM-100

Change (change in red):

program test( input bit clk, input reg [15:0] data ) ;

LRM-100

Change (change in red):

module cpu( interface y ) ;

Section 15.14

LRM-66

Change Syntax 15-4 (change in red):

 

statement ::= [ block_identifier : ] { attribute_instance }statement_item

 

statement_item ::=

...

| { attribute_instance } clocking_drive