- + Issue 940: (13) LRM Cleanup:(Typos)

[Jon Sanders, 1/22/2001]



  (13) LRM Cleanup:(Typos) 
  
   
  
  Section: 3.4.1.1 and 3.4.3.5 : A user define attribute is specified called "max", this is a keyword and not be used here. Should change to something like "maxvalue".
  
    
  
  Sectio: 4.4.14, table should have absdelay not delay
  
    
  
  Section: 6.7.4: In table 6-1, @final_step for DCOP should be 1 not 0.
  
    
  
  Section: 8 : Several places have the keyword merged listed as merge
  
    
  
  Section 8.2.3 : The figure has Net C.b_out which should be Net C.c_out
  
   
  
  Section: 8.3.1, 8.8 : Mixed signal examples falsely use == comparison of digital signals in analog context. Need to change examples to use methods that support X and Z.
  
    
   8.3.1 Example:
     .....
     real aout;
     analog begin
     if (in === 1)
     aout = 3.0;
     else
     aout = 0.0;
     V(out) <+ aout;
     end
     endmodule
   8.8 Example:
     .....
     analog 
     V(e1) <+ transition( (cm === 1) ? 5.0 : 0.0 );
     .....
  
  Section: 8.3.2 : Next to last paragraph is in error, change to: .... and statements that are .... casez, shall report ... Add the that and drop the which.
  
   
  
  Section: 8.6: p8-17, Last line should be change to "and whose other connection is compatible with electrical"
  
    
  
  Section: 8.10.6 : In the example on 8-37 of the 2.0 LRM, has input and inout as the directions for the ports of the CM. They both had to be inout if one is
  
   
  
  Section: 8.10.6 : The example has "initial net_resolution(d,out);" initial is not needed
  
   
  
  Annex C : The Table C-1 first item should be $abstime not $atime.
  
   
     Recommendations: Make the above changes