Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

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

l_list

List of strings, where each string is a parameter name

Value Returned

t

The command is successful.

nil

The command was unsuccessful.

This function returns nil in the following cases:

  • When OSS is not generating a netlist.
  • When the input list is incorrectly formatted.

Examples

hnlAddExtraParameters((list "CAP0" "CAP1"))

Related Topics

OSS Functions


Return to top
 ⠀
X