schInstToView
schInstToView(
d_inst
t_viewTo
t_fromFunc
t_toFunc
)
=> t / nil
Description
Generates a cellview type from an instance of a symbol.
The instance master and the destination view must have the same library and cell name.
See the your_install_dir/tools/dfII/samples/local/schConfig.il file for the schViewMasters list of translation functions and documentation for creating your own translation functions.
Arguments
Value Returned
Examples
Generates a Verilog HDL shell from the specified instance.
schInstToView( inst "functional" "schSymbolToPinList" "schPinListToVerilog" )
Return to top