Intel® Quartus® Prime Standard Edition User Guide: Debug Tools

ID 683552
Date 9/24/2018
Public
Document Table of Contents

2.9.6.4.7. toolkit_add

Description

Adds a widget to the current toolkit.

Usage

toolkit_add <id> <type><groupid>

Returns

No return value.

Arguments

<id>
A unique ID for the widget being added.
<type>
The type of widget that is being added.
<groupid>
The ID for the parent group that contains the new widget. Use self for the toolkit base group.

Example

toolkit_add my_button button parentGroup