Quartus® Prime Pro Edition User Guide: Scripting

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

2.6.3. Collection Commands

Some Quartus® Prime Tcl functions return very large sets of data that are inefficient as Tcl lists. These data structures are referred to as collections. The Quartus® Prime Tcl API uses a collection ID to access the collection.

There are two Quartus® Prime Tcl commands for working with collections, foreach_in_collection and get_collection_size. Use the set command to assign a collection ID to a variable.