[sv-ac] Erratum in a 17.14 example


Subject: [sv-ac] Erratum in a 17.14 example
From: Brad Pierce (Brad.Pierce@synopsys.com)
Date: Tue Feb 17 2004 - 10:28:15 PST


In 17.14, in the example after "default clock, for example:",
there is a syntax error. So in the line

   default clocking master_clk @(posedge clk) ;

REPLACE

   @(posedge clk) ;

WITH

   ; // master_clk as defined above

-- Brad



This archive was generated by hypermail 2b28 : Tue Feb 17 2004 - 10:35:29 PST