[ibis-macro] Re: One MORE time without the typo ... RE: Re: Question about Model Specific parameters

  • From: Scott McMorrow <scott@xxxxxxxxxxxxx>
  • To: ibis-macro@xxxxxxxxxxxxx
  • Date: Fri, 18 Feb 2011 11:42:20 -0500

Todd,

The issue is completeness of the specification. If there is no specification for model specific parameter processing, there is no need for the parameters, therefore they should not be allowed. If a model developer wants Out or In/Out parameters to be included in a model, then they can can most definitely specify how they should be used. Otherwise, they are useless.

Regards,

Scott

Scott McMorrow
Teraspeed Consulting Group LLC
121 North River Drive
Narragansett, RI 02882
(401) 284-1827 Business
(401) 284-1840 Fax

http://www.teraspeed.com

Teraspeed® is the registered service mark of
Teraspeed Consulting Group LLC


On 2/18/2011 8:26 AM, Todd Westerhoff wrote:

Man, I hate it when this happens … perhaps a sign that I should be using my reading glasses more often?

All,

I’d like to point out that Model Specific output parameters already */have/* a machine parsable spec, because their names, data types and output format (i.e. how the model passes them back) are defined by the combination of the IBIS 5.0 spec and the .ami file. Thus, if the EDA tool wants to collect and display that data (even if it’s in a tool-dependent fashion), there’s absolutely */nothing/* wrong with that.

The potential issue with model portability arises when the simulator is expected to */post-process/* the Parameters_Out data in some fashion, affecting the assessment of the link’S BER (or whatever other key metric you choose to focus on). Thus far, I don’t see any examples of that, which leaves me wondering what the actual problem we’re debating here is.

My $0.02.

Todd.

________________________


Todd Westerhoff
VP, Software Products
SiSoft
6 Clock Tower Place, Suite 250
Maynard, MA 01754
(978) 461-0449 x24
twesterh@xxxxxxxxxx <mailto:twesterh@xxxxxxxxxx>
www.sisoft.com <http://www.sisoft.com>

*From:*ibis-macro-bounce@xxxxxxxxxxxxx [mailto:ibis-macro-bounce@xxxxxxxxxxxxx] *On Behalf Of *Scott McMorrow
*Sent:* Thursday, February 17, 2011 9:22 PM
*To:* kwillis@xxxxxxxxxxx; Arpad_Muranyi@xxxxxxxxxx; ibis-macro@xxxxxxxxxxxxx
*Subject:* [ibis-macro] Re: Question about Model Specific parameters

Ken

I agree and would like to make model specific output parameters illegal when they are not accompanied with a machine parsible spec for processing.

Scott McMorrow
President
Teraspeed Consulting Group LLC
(401) 284-1827 <tel:4012841827>


-----Original message-----

*From: *Ken Willis <kwillis@xxxxxxxxxxx>*
To: *Arpad_Muranyi@xxxxxxxxxx, ibis-macro@xxxxxxxxxxxxx*
Sent: *Thu, Feb 17, 2011 15:47:43 GMT+00:00*
Subject: *[ibis-macro] Re: Question about Model Specific parameters

Hi Arpad,

I am working on a back-channel BIRD draft now, so this will hopefully help
to shed some light on the parameter usage being considered. But I agree that
if there are standard things the EDA tools are supposed to do with model
outputs, they have to go in the spec. Otherwise it is all open to
interpretation and model makers don't have a standard to build their models
to.

Thanks,

Ken Willis
Sigrity, Inc.
860-871-7070
kwillis@xxxxxxxxxxx <mailto:kwillis@xxxxxxxxxxx>


-----Original Message-----
From: ibis-macro-bounce@xxxxxxxxxxxxx
[mailto:ibis-macro-bounce@xxxxxxxxxxxxx] On Behalf Of Muranyi, Arpad
Sent: Thursday, February 17, 2011 10:36 AM
To: ibis-macro@xxxxxxxxxxxxx
Subject: [ibis-macro] Re: Question about Model Specific parameters

Thanks for all the responses. None of these concepts were unfamiliar
to me, but it was still nice to see them mentioned and summarized.
But most of you missed the point of my question, most notably Mike's
question at the end of his reply:


> Given that so much information has been publicly and widely available
> since before IBIS 5.0 was ratified, how is it that you came to
conclude
> that "no EDA vendor has the knowledge on how to interpret or post
> process these returned parameters"?


The answer to Mike's question "how is it that you came to conclude" is
exactly the point of my discussion: ---> Because the specification
doesn't say so. A Model Specific parameter can be anything. I agree
that in case of a Type Tap the EDA tool could have some clues to show
or print the returned values to the user, but the specification doesn't
say so. If this is an expectation from the EDA tool, then the
specification
should talk about that. But the bigger problem is that there are other
Types also which could be Out or InOut. What if my AMI model has a
parameter called CorDeNuit, Type Float, Usage Out? What should my tool
do with it? Blow its horn at the frequency given in the parameter
value?
(Those of you who know pipe organs will get this...) :-)

I am not challenging the technical explanations give to me in any of
your responses. The point I am trying to make is that this is simply
bad spec writing. If the model returns something to the tool which
supposed to be plotted or printed, or post processed in any way as shown
in Mike's DesignCon 2008 paper, the specification should define the
appropriate mechanisms to do so.

I am getting even more concerned that the Back Channel communication
was also mentioned in this discussion as a reason to keep Out and
InOut for Model Specific parameters. I am concerned that these will
cause further problems and confusions in the future. I think we should
strive to have a well defined feature set in the specification so that
individual misinterpretations or tool specific features based on secret
insider information etc... could be prevented.

Any comments or suggestions?

Thanks,

Arpad
========================================================================
===







-----Original Message-----
From: ibis-macro-bounce@xxxxxxxxxxxxx
[mailto:ibis-macro-bounce@xxxxxxxxxxxxx] On Behalf Of Mike Steinberger
Sent: Thursday, February 17, 2011 8:43 AM
To: ibis-macro@xxxxxxxxxxxxx
Subject: [ibis-macro] Re: Question about Model Specific parameters

Arpad-

Please find attached a copy of our DesignCon2008 paper on AMI modeling.
Among other things, this paper describes the use of parameters of Usage
Out to monitor the adaptive loops in receivers. In point of fact, every
receiver model that SiSoft writes (and most will admit that's a fair
few) reports the behavior of its adaptive loops in exactly this way.
Furthermore, many users of SiSoft's Quantum Channel Designer use this
data to obtain valuable information about their systems.

Even at the last IBIS Summit, there were two presentations on channel
optimization that reported the application of parameters of Usage Out
and InOut.

If you want to know how all this is done, Mike LaBonte's explanation is
right on target..

Given that so much information has been publicly and widely available
since before IBIS 5.0 was ratified, how is it that you came to conclude
that "no EDA vendor has the knowledge on how to interpret or post
process these returned parameters"?

Mike S.

On 2/16/2011 7:02 PM, Muranyi, Arpad wrote:
> Hello everyone,
>
> I stumbled on a situation with an .ami file which has
> a few Model Specific parameters of Usage InOut. Our
> customer is wondering why we don't do this and that
> with the data that is returned by the model in those
> parameters. This triggers the following thoughts in
> my mind.
>
> Model Specific parameters are specific to the model and
> their meaning is not described by the AMI specification.
> Therefore no EDA vendor has the knowledge on how to
> interpret or post process these returned parameters
> because there is simply no way of knowing what to do
> with them.
>
> For this reason, I would suggest that we make a rule in
> the IBIS AMI specification that Model Specific parameter
> must be Usage In, and Usage Out or InOut should not be
> allowed.
>
> Any Comments?
>
> Thanks,
>
> Arpad
> ========================================================
>
> ---------------------------------------------------------------------
> IBIS Macro website : http://www.eda.org/pub/ibis/macromodel_wip/
> IBIS Macro reflector: //www.freelists.org/list/ibis-macro
> To unsubscribe send an email:
> To: ibis-macro-request@xxxxxxxxxxxxx <mailto:ibis-macro-request@xxxxxxxxxxxxx>
> Subject: unsubscribe
>

---------------------------------------------------------------------
IBIS Macro website : http://www.eda.org/pub/ibis/macromodel_wip/
IBIS Macro reflector: //www.freelists.org/list/ibis-macro
To unsubscribe send an email:
To: ibis-macro-request@xxxxxxxxxxxxx <mailto:ibis-macro-request@xxxxxxxxxxxxx>
Subject: unsubscribe


---------------------------------------------------------------------
IBIS Macro website : http://www.eda.org/pub/ibis/macromodel_wip/
IBIS Macro reflector: //www.freelists.org/list/ibis-macro
To unsubscribe send an email:
To: ibis-macro-request@xxxxxxxxxxxxx <mailto:ibis-macro-request@xxxxxxxxxxxxx>
Subject: unsubscribe

Other related posts: