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

vcpfeRegisterPostPlacementProc

vcpfeRegisterPostPlacementProc(
s_procName
)
=> t / nil 

Description

Registers the specified user-defined post-placement procedure. The procedure is called after running automatic placement.

Arguments

s_procName

Specifies the user-defined procedure to be registered.

The signature of the procedure must be in the following format:

myProc(cv instIdList)

Here, cv refers to the cellview on which Auto Placer was run and instIdList refers to the list of instances placed by Auto Placer.

Value Returned

t

The user-defined procedure is registered.

nil

The user-defined procedure could not be registered.

Examples

Registers a user-defined procedure called myProc.

vcpfeRegisterPostPlacementProc('myProc)

Deregisters all post-placement procedures.

vcpfeRegisterPostPlacementProc(nil)


Return to top
 ⠀
X