lxRegPreUpdateComponentsAndNets
lxRegPreUpdateComponentsAndNets(
S_function
)
=> t / nil
Description
Registers a SKILL function to be used as a pre-function hook for lxUpdateComponentsAndNets to enable replacement of pins that have their layer and width characteristics defined using the Design Intent tool. lxRegPreUpdateComponentsAndNetsFn, 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(testUpdateComponentsAndNetsPreHook(scv lcv) printf("Test UCN SKILL PreHook %s %s\n" scv~>viewName lcv~>viewName))
=> testUpdateComponentsAndNetsPreHook
> lxRegPreUpdateComponentsAndNetsFn("testUpdateComponentsAndNetsPreHook")
=> t
> lxHiUpdateComponentsAndNets()
Runs a test to validate the pre-function SKILL hook set for the lxUpdateComponentsAndNets SKILL function.
Return to top