Re: Model name question

From: Al Davis <aldavis@ieee.org>
Date: Fri Jul 13 2001 - 10:04:45 PDT

On Thursday 12 July 2001 03:28 pm, Scott McMorrow wrote:
> I believe many simulator vendors already identify models
> internally by the following tuple:
>
> (component_name, model_name)

Almost.

It is:
(file_name, model_name)

or
(file_name, component_name, pin_name)

A file can contain more than one [Component] and more than one
[Model]. In this case, the [Model]'s are available to all
[Component]'s in that file. All of these are placed in the file's
global scope, which translates at best to file scope when there is
more than one file.

The proposed connector spec introduces another scoping mechanism
[Cn_Model_Family] (or something like that) which may be worth
adopting in general. Still, to avoid confusion the concept of file
scope must be continued.
 
Received on Fri Jul 13 10:08:06 2001

This archive was generated by hypermail 2.1.8 : Fri Jun 03 2011 - 09:52:30 PDT