[sv-ac] RE: checkers

From: Korchemny, Dmitry <dmitry.korchemny_at_.....>
Date: Tue Oct 30 2007 - 06:22:47 PDT
Hi Ed,

I fixed the typos and uploaded the new version into Mantis.

Thanks,
Dmitry

-----Original Message-----
From: Eduard Cerny [mailto:Eduard.Cerny@synopsys.com] 
Sent: Monday, October 29, 2007 7:56 PM
To: Korchemny, Dmitry
Cc: Eduard Cerny
Subject: checkers

Hi Dmitry,

in checkers_071017dk.doc there is this example:

Example:

freevar bit clk = 1'b0;
freevar bit a = 1'b0;
always @$global_clock
	clk = !clk;
always @(posedge clk)
	a <= b; // b defined elsewhere


should it be ?

Example:

freevar bit clk = 1'b0;
freevar bit a = 1'b0;
always_check @$global_clock
	clk <= !clk;
always_check @(posedge clk)
	a <= b; // b defined elsewhere


Best...
ed
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Tue Oct 30 06:29:06 2007

This archive was generated by hypermail 2.1.8 : Tue Oct 30 2007 - 06:29:15 PDT