Intel® Quartus® Prime Standard Edition User Guide: Platform Designer

ID 683364
Date 12/15/2018
Public
Document Table of Contents

7.1.5.18. set_connection_parameter_value

Description

Sets the value of a parameter of the connection. The start and end are each interface names of the format <instance>.<interface>. Connection parameters depend on the type of connection, for Avalon-MM they include base addresses and arbitration priorities.

Availability

Main Program, Composition

Usage

set_connection_parameter_value <connection> <parameter> <value>

Returns

No return value.

Arguments

connection
Specifies the name of the connection as returned by the add_conection command. It is of the form start.point/end.point.
parameter
The name of the parameter.
value
The new parameter value.

Example

set_connection_parameter_value cpu.data_master/dma0.csr baseAddress "0x000a0000"