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

Page 346: Description, Example, Get_project_directory –216

Advertising
background image

3–216

Chapter 3: Tcl Packages & Commands

project

Quartus II Scripting Reference Manual

© July 2013

Altera Corporation

get_project_directory

Usage

get_project_directory

Options

None

Description

Returns the project directory for currently open project.

Example

project_open one_wire
# Print the current project directory
puts [get_project_directory]
project_close

Advertising