get_output_persona_filename (::quartus::incremental_compilation)

The following table displays information for the get_output_persona_filename Tcl command:

Tcl Package and Version

Belongs to ::quartus::incremental_compilation 1.1

Syntax get_output_persona_filename [-h | -help] [-long_help] -partition <partition_name> [-version_compatible]
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-partition <partition_name> Partition name
-version_compatible Get version compatible (personax) filename
Description
Returns the filename of the output persona for the 
                specified partition
Example Usage
package require ::quartus::incremental_compilation

set partitions [get_partition]
foreach partition $partitions {
	puts Persona filename: [get_output_persona_filename -partition $partition]
}
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful
TCL_ERROR 1 ERROR: Can't find active revision. Make sure there is an open, active revision name. Use the -revision option of project_open, project_new, or use set_current_revision.
TCL_ERROR 1 ERROR: No project is currently open. Open an existing project or create a new project.