cphSbGetIOPinId
cphSbGetIOPinId(g_cphId{g_sbId|l_physLCV}t_termName) =>x_pinId/ nil
Description
Returns the pin ID of the soft block corresponding to the specified terminal name.
Arguments
Value Returned
|
ID of the soft block corresponding to the specified terminal name |
|
Examples
pinId = cphSbGetIOPinId(cphId sbId "Y")
pinId = cphSbGetIOPinId(cphId list("design" "block" "layout") "Y")
Return to top