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

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

6.7.7.5. get_interconnect_requirements

Description

Returns the list of all interconnect requirements in the system.

Usage

get_interconnect_requirements

Returns

String[]
A flattened list of interconnect requirements. Every sequence of three elements in the list corresponds to one interconnect requirement. The first element in the sequence is the element identifier. The second element is the requirement name. The third element is the value. You can loop over the returned list with a foreach loop, for example:
foreach { element_id name value } $requirement_list { loop_body
		  }

Arguments

No arguments.

Example

get_interconnect_requirements