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
Value Returned
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