Altera Quartus II Scripting User Manual Page 215

  • Download
  • Add to my manuals
  • Print
  • Page
    / 634
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 214
Chapter 3: Tcl Packages & Commands 3–85
database_manager
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
export_database
Usage
export_database <directory>
Options
<directory>: Directory of version-compatible database files to which to write
Description
Exports the project database to version-compatible database files that are placed in the specified directory.
Example
## Open the project, run a compilation, and
## export the project database to
## version-compatible database files
load_package database_manager
load_package flow
set project chiptrip
project_new $project -overwrite
execute_flow -compile
export_database backup
project_close $project
Page view 214
1 2 ... 210 211 212 213 214 215 216 217 218 219 220 ... 633 634

Comments to this Manuals

No comments