Get_info_parameters, Usage, Options – Altera Quartus II Scripting User Manual

Page 183: Description, Example, Get_info_parameters –53

Advertising
background image

Chapter 3: Tcl Packages & Commands

3–53

chip_planner

© July 2013

Altera Corporation

Quartus II Scripting Reference Manual

get_info_parameters

Usage

get_info_parameters [-file <file name>] [-for_chip]

Options

-file <file name>: Name of output file

-for_chip: Option to display all of the chip info parameters

Description

Returns a Tcl list of information parameters.

When you use the -file option, the list is redirected to the specified output file. If the output file already
exists, it is overwritten without warning.

Example

get_info_parameters
get_info_parameters -file the_list.txt

Advertising