Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lxRegPostUpdateComponentsAndNets

lxRegPostUpdateComponentsAndNets(
S_function
)
=> t / nil

Description

Registers a SKILL function to be used as a post-function hook for lxUpdateComponentsAndNets to enable replacement of pins that have their layer and width characteristics defined using the Design Intent tool. lxRegPostUpdateComponentsAndNetsFn, when used in combination with lxRegPostUpdateComponentsAndNetsFn, avoids the need for deleting the pins defined in Design Intent before the pins can be updated.

Argument

S_function

Name of the SKILL function to be registered.

Value Returned

t

The SKILL function was registered.

nil

The SKILL function registration failed.

Example

> procedure(testUpdateComponentsAndNetsPostHook(scv lcv) printf("Test UCN SKILL PostHook %s %s\n" scv~>viewName lcv~>viewName))
=> testUpdateComponentsAndNetsPostHook
> lxRegPostUpdateComponentsAndNetsFn("testUpdateComponentsAndNetsPostHook")
=> t
> lxHiUpdateComponentsAndNets()

Runs a test to validate the post-function SKILL hook set for the lxUpdateComponentsAndNets SKILL function.


Return to top
 ⠀
X