Changes between Version 8 and Version 9 of Orio/TuneSpecs
- Timestamp:
- 06/13/08 08:01:30 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Orio/TuneSpecs
v8 v9 59 59 } 60 60 }}} 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. 62 62 {{{ 63 63 def input_vars { … … 94 94 }}} 95 95 96 One 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 96 98 ''Under construction'' 97 99