--- In simpoint@yahoogroups.com, "Alexandre Strube" <surak@...> wrote:
>
> 2007/8/20, xiejingsong <xiejingsong@...>:
> >
> > For example, and we assume the Simulation Point is 90, then I
start
> > simulating at instruction 90 * 100 million (9 billion) and stop
> > simulating at instruction 9.1 billion assuming a 100 million
interval
> > size was used to create the simulation points.
> > How can I calculate when the interval is 250M: we assume the
simulation
> > point also is 90. do I start simulating at instruction 90*100M or
> > 90*250M?
> > .
> >
> >
> >
> If you collected the points using a 250m interval, you must then
> multiplicate your point number by that interval - in this case,
250. Notice
> that the point 90 taken with an interval of 100M instructions is
entirely
> different that the point 90 gathered with an interval of 250M.
> How did you collect your points?
>
>
> --
> []
> Alexandre Strube
> surak@...
>
I use single simulation point.
Thanks a lot.