vosHiDisplayNetlist
vosHiDisplayNetlist( ) => t / nil
Description
Displays the generated VHDL netlist. This function can be used only when a single netlist is generated for the complete design.
Arguments
Value Returned
|
The VHDL netlist was not displayed or the operation was unsuccessful. |
Examples
The following example displays the generated VHDL netlist.
vosHiDisplayNetlist()
=> t
Related Topics
Return to top