Quartus® Prime Pro Edition User Guide: Platform Designer

ID 683609
Date 4/01/2024
Public
Document Table of Contents

8.1.6.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 memory mapped 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_host/dma0.csr baseAddress "0x000a0000"