Changes between Version 8 and Version 9 of Orio/TuneSpecs


Ignore:
Timestamp:
06/13/08 08:01:30 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio/TuneSpecs

    v8 v9  
    5959} 
    6060}}} 
    61  1. ''Declarations are generated by the driver. Initializations are written by the user.'' To be noted that all the declaration statements must have no initial assigned values. 
     61 1. ''Declarations are generated by the driver, whereas initializations are written by the user.'' To be noted that all the declaration statements must have no initial assigned values. 
    6262{{{ 
    6363def input_vars { 
     
    9494}}} 
    9595 
     96One prerequisite of a user-provided initialization program is that the input variables’ initializations must be enclosed inside a function named `init_input_vars`; otherwise, Orio will report an error message. 
     97 
    9698''Under construction'' 
    9799