dbCreateBackgroundDef
dbCreateBackgroundDef(d_cvId t_name l_lpp t_netName g_leftEnc g_rightEnc g_topEnc g_bottomEnc) =>d_backgroundDefId/ nil
Description
Creates a backgroundDef based on the specified attributes. The layer-purpose pair must exist to create a backgroundDef.
Arguments
Value Returned
Examples
A background definition bgDef1 is created in the cellview cv with the following attributes:
-
Layer-purpose pair:
FinFet region1 -
Net:
bgNet -
Left enclosure:
10 -
Right enclosure:
20 -
Top enclosure:
30 -
Bottom enclosure:
40
bgDef1 = dbCreateBackgroundDef(cv "bgDef1" list("FinFet" "region1") "bgNet" 10 20 30 40)
Related Topics
Placement Database Access Functions
Return to top