Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 12/13/2021
Public

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

Document Table of Contents
Give Feedback

3.1.8.1. apply_setting (::quartus::external_memif_toolkit)

The following table displays information for the apply_setting Tcl command:

Tcl Package and Version

Belongs to ::quartus::external_memif_toolkit

Syntax apply_setting [-h | -help] [-long_help] -id <name> [-index <index> ] [-rank <rank> ] -type <type> -value <value>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-id <name> The connection ID to communicate with
-index <index> Index of the target setting within the connection
-rank <rank> Rank (shadow register) of the target setting within the connection
-type <type> The type of setting on the EMIF interface
-value <value> Value to apply
Description

Applies the specified memory interface setting for the specified target connection.

Example Usage