MaplesimCompilerOptions
Defines the MapleSim compiler options.
Library
Misc
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
optimize | optimize | Specifies the level of code optimization. | Structure | |
optimize/True | true | Results in full optimization. | Number | 0 |
optimize/False | false | Do not perform optimization. | Number | 0 |
optimize/Fast | fast | Performs subexpression and some additional fast optimizations. | Number | 0 |
optimize/SubExprOnly | subexpronly | Optimizes only simple expressions. | Number | 0 |
coniter | coniter | Specifies constraint iteration count. | Scalar | |
contol | contol | Specifies constraint tolerance. | Scalar | |
eviter | eviter | Specifies the maximum number of event iterations. | Scalar | |
evtproj | evtproj | Specifies the use of projection in events. | Number | 0 |
evthyst | evthyst | Specifies the width of the event hysteresis band. | Scalar | |
script | MapleSim debug script | String |