assign_term
assign_term
-inst { s_instName | d_ctuObj }
-net s_netName
-term s_termName
Description
Assigns a terminal of an instance to a net.
Arguments
|
Specifies the name of the instance or the object identifier for the instance. |
|
Examples
The following example assigns the Q term of instance I1 to the clkA net.
assign_term -inst I1 -term Q -net clkA
Related Topics
Return to top