schHDLReturn
schHDLReturn(
[ w_windowId ]
)
=> t
Description
Returns up the hierarchy from a Verilog view window.
Usable when viewing verilog after completing a descend action from a schematic.
Arguments
|
Window where the function runs. If not specified, the current window is used. |
Value Returned
Examples
Displays the parent view of the cellview in the specified window. The parent view is displayed in the current window or an existing window depending on whether you have turned on the Create New Window When Descending option on the User Preferences form.
schHDLReturn( )
Return to top