[ibis-editorial] BIRD 127.4 vs. BIRD 140.2

  • From: "Mirmak, Michael" <michael.mirmak@xxxxxxxxx>
  • To: IBIS-ATM <ibis-macro@xxxxxxxxxxxxx>, "ibis-editorial@xxxxxxxxxxxxx" <ibis-editorial@xxxxxxxxxxxxx>
  • Date: Wed, 11 Jan 2012 18:10:26 +0000

(cross-posting to two lists, due to related subject matter)



BIRD 127.4 and BIRD140.2 both alter the same portion of Section 6c.   The 
affected text in both cases begins with the following line:



|   Format: (default is range)



The relevant portions of both BIRDs are quoted below.  The question: which BIRD 
text reflects the current intent for IBIS 5.1?



-          MM





BIRD127.4

-------------



On pg. 140 replace the following lines:


|   Format: (default is range)
|     Value     <value> Single value data
|     Range     <typ value> <min value> <max value>
|     List      <typ value> <value> <value> <value> ... <value>


with these lines:


|*  Format <data_format> <data>:
|*
|*  Where Format is optional and <data_format> and <data> are required.
|*  <data_format> and <data> must be substituted with one of the following:
|*    Value     <value> Single value data.  Note that Value and Default
|*              (defined below) are mutually exclusive, and must not be used
|*              together for the same parameter.
|     Range     <typ value> <min value> <max value>
|     List      <typ value> <value> <value> <value> ... <value>




BIRD140.2

-------------

On pg. 140 replace these lines:


|   Format: (default is range)
|     Value     <value> Single value data
|     Range     <typ value> <min value> <max value>
|     List      <typ value> <value> <value> <value> ... <value>
|     Corner    <typ value> <slow value> <fast value>


with these lines:


|   Format: (default is range)
|     Value     <value> Single value data
|*              The user may assign any value without any restrictions
|*              within the constraints of the Type of the variable
|     Range     <typ value> <min value> <max value>
|*              This defines a continuous range for which the user may
|*              select any value greater than or equal to <min value>
|*              and less than or equal to <max value> within the
|*              constraints of the Type of the variable
|     List      <typ value> <value> <value> <value> ... <value>
|*              This defines a discrete set of values from which the user
|*              may select one value
|     Corner    <typ value> <slow value> <fast value>
|*              The selection of one value is automatically carried out
|*              by the EDA tool based on its internal simulation corner
|*              setting




Other related posts: