vhmsSymbolToPinListGen
vhmsSymbolToPinListGen(
t_libName
t_cellName
[ t_viewName ]
)
=> l_pinList / nil
Description
Generates a pin list from the symbol.
Arguments
|
t_libName
|
The name of the library currently in use.
|
|
t_cellName
|
The name of the cell currently in use.
|
|
t_viewName
|
The view name. The default value is symbol.
|
Value Returned
|
l_pinList
|
The generated pin list.
|
|
nil
|
The operation was unsuccessful. In this case, vhmsSymbolToPinListGen fails only when schSymbolToPinList cannot be called.
|
Related Topics
VHDL Toolbox Functions
Return to top