*Page 437: The labeling of the assertions r1_p1 and r1_p2 do not match the
text that refers to those assertions. Suggestion, fix the match in the
text, as shown below:
*
*
*
For example, in the following code fragment, the clocking event @(posedge
mclk) is inferred as the clocking event of *r1_*p1, while *r1_*p2 is clocked
by @(posedge scanclk) as written:
property r1;
q != d;
endproperty
always @(posedge mclk) begin
q <= d1;
r1_p1: assert property (r1);
r1_p2: assert property (@(posedge scanclk)r1);
end
The resulting behavior of the above assertion r1_p2 depends on the relative
frequencies of mclk and scanclk.
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Sat May 7 18:06:51 2011
This archive was generated by hypermail 2.1.8 : Sat May 07 2011 - 18:06:56 PDT