hnlAddExtraParameters
hnlAddExtraParameters(
l_list
)
=> t / nil
Description
Adds user-specified design variables to the OSS design variables list. For example, ADE-XL requires to add more design variables to OSS design variables list that are obtained after CDF callback evaluation.
These variables appear in control files created by OSS for internal use and therefore make sure that the design is not entirely re-netlisted on subsequent netlisting.
Arguments
Value Returned
Examples
hnlAddExtraParameters((list "CAP0" "CAP1"))
Related Topics
Return to top