This topic provides a high-level overview of the new features in the IC23.1 release.
IC23.1 ISR3
The Setup Library assistant has been enhanced with support for reliability. Similar to sweep setups, corner setups, and simulation setups, you can add reliability setups and options to your setup library cellview to optimize your verification configuration for simulations. To support this, a new group, Reliability Setups, is available in the setup library cellview hierarchy.
Use the following functions to manage various tasks associated with reliability setups in a setup library cellview:
- : Lets you add new reliability options in the setup library view with default values.
- : Lets you create a new reliability setup in the setup library view with the specified name.
- : Retrieves the list of reliability options added to the specified reliability setup.
- : Retrieves a list of all reliability setups that are included in the setup library cellview.
- : Retrieves the enabled or disabled status of the reliability options added to a reliability setup in the setup library view.
- : Removes the specified reliability options from a given reliability setup.
- : Removes the specified reliability setup from a setup library cellview.
- : Enables or disables the specified reliability options in a reliability setup.
Use the stopTimeout environment variable to specify the timeout limit for stopping runs. If the simulation continues to be in the Stopping state after this duration, the run is considered to have failed.
Earlier, simulation runs in ADE Verifier would use the specifications defined in the implementations that were based on ADE Assembler cellviews. Starting this release, you can set the environment variable to t to enable customized simulations. For this, you open an ADE Assembler cellview using the View Implementation Results command in ADE Verifier and make temporary modifications in the ADE Assembler cellview. Without closing this cellview, when you click the Run button in ADE Verifier, the simulation is run with the modified specifications from ADE Assembler cellviews. This functionality allows you to run custom simulations without saving the modifications to the actual ADE Assembler cellview.

