Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

vhdlHiInvokeToolBox

vhdlHiInvokeToolBox(
[ t_position ]
)
=> t / nil

Description

Invokes the VHDL Toolbox window.

Arguments

t_position

The argument position specifies the initial position of toolbox on the screen. This value can be a SKILL list of any two integer elements. If you do not specify any value for this argument, the defaut value, '(0 0) is used.

Value Returned

t

The VHDL Toolbox window was invoked.

nil

The VHDL Toolbox window could not be invoked.

Examples

Displays the toolbox window at the x co-ordinate -9 and y co-ordinate 162 on the screen.

vhdlHiInvokeToolBox ('(-9 162))
=> t

Displays the toolbox window at the default location i.e. '(0 0).

vhdlHiInvokeToolBox()
=> t

Related Topics

VHDL Toolbox Functions


Return to top
 ⠀
X