Subject: RE: [sv-ac] comments on Surrendra's corrections
From: Bassam Tabbara (bassam@novas.com)
Date: Tue Nov 04 2003 - 12:08:47 PST
Hi John,
Thanks for catching this! Yes you are right I think the burst_mode edge
*needs some pushing to the left, that would be the minimal change to
this figure*,(the default here is the #1step sampling so this needs a
push). I think we caught this in Figure 17-1 a while back with the
"req", let's update all of 'em, we missed these.
** I agree with all of John's corrections (1.17, <statements>; already
has a semicolon).
Good catch John, this would've been one huge headache!
-Bassam.
-- Dr. Bassam Tabbara Technical Manager, R&D Novas Software, Inc.http://www.novas.com (408) 467-7893
> -----Original Message----- > From: owner-sv-ac@eda.org [mailto:owner-sv-ac@eda.org] On > Behalf Of John Havlicek > Sent: Sunday, November 02, 2003 9:35 AM > To: sv-ac@eda.org > Subject: [sv-ac] comments on Surrendra's corrections > > > All: > > Below are my comments on Surrendra's suggested changes in > SV_AC_LRM_corrections_10.12.pdf. > > Best regards, > > John H. > > ============================================================== > ========== > > 1.1 I agree. > > 1.2 I agree. > > 1.3 I agree. > > 1.4 I agree. > > 1.5 I agree. > > 1.6 I agree. > > 1.7 I agree. > > 1.8 I agree. > > 1.9 I agree. > > 1.10 I agree, but I'm not happy about the way the picture > fig 17-12 seems to confuse the sampling of values. > Sampling at mclk, it looks to me as though $fell burst_mode > should be true at time 3, not time 2. Etc., etc., etc. > > I think the same goes for fig 17-11. > > What do other people think? > > 1.11 I agree. With this change, the definition of property r2 is > the same as that of property r3. However, I think that > > property r3; > @(posedge mclk)(q != d); > endproperty > always @(posedge mclk) begin > if (a) begin > q <= d1; > r3_p: assert property (r2); > end > end > > should be > > property r3; > @(posedge mclk)(q != d); > endproperty > always @(posedge mclk) begin > if (a) begin > q <= d1; > r3_p: assert property (r3); > end > end > > 1.12 I agree. > > 1.13 I agree. > > 1.14 I agree. > > 1.15 I agree, but change "atleat" to "at least". I have already said > that I think these figures are misleading representations of the > signal sampling. > > 1.16 I agree, same caveat about the sampling in the diagrams. > > 1.17 I agree. Probably there should not be a semicolon after > <statements>. > > 1.18 I agree. > > 1.19 I agree. > > 1.20 I agree. >
This archive was generated by hypermail 2b28 : Tue Nov 04 2003 - 12:09:35 PST