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

ID 683609
Date 4/02/2022
Public

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

Document Table of Contents

8.12.3.9. get_postadaptation_assignments

Description

Obtains all post adaptation interconnect assignments for the given domain as a list of strings. Each "group" of three elements in the list contains the element name, assignment name, and value (in that order). For example, typical list contents might look like this:
[element0 name0 value0 element1 name1 value1 ... ]
In TCL, you'd loop over the list by writing a foreach loop:
foreach {element name value } $requirement_list \
     { puts " $element $name $value" }

Usage

get_postadaptation_assignments <interface>

Arguments

interface
Interface name that you want to get assignments for. If interface is specified as $system , it gives assignments of all the interfaces in the system.