Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/26/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

4.1.12.3. configure_driver (::quartus::external_memif_toolkit)

The following table displays information for the configure_driver Tcl command:

Tcl Package and Version

Belongs to ::quartus::external_memif_toolkit

Syntax configure_driver [-h | -help] [-long_help] [-data <data> ] -id <name>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-data <data> Address/data pairs to be written to the driver configuration block
-id <name> The connection ID to communicate with
Description
   Configures the traffic generator.
Example Usage
This command currently contains no example usage.
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: The specified connection ID <string> is illegal. Please specify a valid connection ID.
TCL_ERROR 1 ERROR: The currently opened project has not been linked to a device. Run link_project_to_device to link a project to a device.
TCL_ERROR 1 ERROR: Toolkit has not been initialized. Use initialize_connections to initialize the toolkit.