techCreateScalarSiteDef
techCreateScalarSiteDef(d_techID t_siteDefName t_siteDefType n_width n_height[g_symmetricInX= t | nil ] [g_symmetricInY= t | nil ] [g_symmetricInR90= t | nil ] ) =>d_siteDefID/ nil
Description
Creates in the specified technology database a definition of a site in which you can place cells in a row.
Arguments
Value Returned
|
The site definition was created successfully with the database identifier scalarSiteDefID. |
|
Example
techCreateScalarSiteDef(tfID "coreSite" "core" 574.84 1352.96 t nil t)
=> db:0x01d0600e
Creates a site definition named coreSite in the technology database identified by tfID. Its type is core, width is 574.84 user units, and height is 1352.96 user units, and it is symmetrical in the X direction and in rotation.
Return to top