cphSbGetAllIOPins
cphSbGetAllIOPins(g_cphId{g_sbId|l_physLCV} ) => l_pinID / nil
Description
Retrieves a list of pin IDs corresponding to the specified soft block.
Arguments
Value Returned
|
Displays a list of pin IDs corresponding to the specified soft block |
|
Examples
cphSbGetAllIOPins(cphId sbId)
cphSbGetAllIOPins(cphId list("design" "block" "layout"))
Return to top