dbCreateTerm
dbCreateTerm(d_nett_namet_direction[ x_unused ] [ g_physOnly ]) =>d_term/ nil
Description
The direction of the terminal is specified by a string t_direction. A list of valid t_direction specifiers is available in the section Database Access Function Argument Types.
The terminal name must be unique within a given cellview. Member terminals propagating the same signal must have the same name.
Arguments
|
Name of the terminal to create. If t_name is |
|
|
A string specifying the direction of the terminal. See |
|
|
This argument is for backward compatibility. An integer must be given. |
|
|
Optional boolean argument that specifies whether cellview data is physical or both physical and logical. A cellview may contain both physical and logical data when it contains EMH type data. When |
Value Returned
Example
netId = dbCreateNet(geGetEditCellView() "CLK")
termId = dbCreateTerm(netId "myTerm" "input" 0 t)
Related Topics
Connectivity Creation and Modification Functions
Return to top