Save_impl, Usage notes, Save_project – Achronix ACE Version 5.0 User Manual

Page 370: 133save impl, 1 usage notes, 134save project, Save impl, Save project

Advertising
background image

save project

Chapter 5. Tcl Command Reference

[-ball names]

Optional

The optional -ball names option
is used to specify whether ball
names should be output for IO
Buffers instead of site names.

save impl

save impl

<

filename

>

[-no log]

The save impl command always works on the active impl, since the active impl is connected to the DB
state. All other impls have no DB state. The save impl command saves the state of an impl (impl options
and db state) to a .acxdb file. By default, the .acxdb file will save the entire state of the current DB, including
placement and routing information. If an impl is saved before running the prepare flow step, a warning
message will be printed and only the impl options will be saved, since the DB has not been prepared.

Argument

Required/Optional

Description

<

filename

>

Required

Specifies the ACXDB file path to
save the state of the active impl to

[-no log]

Optional

If the -no log option is set, no
additional debug information will
be saved in the ACXDB file,
including log files from the
current ACE session

Usage Notes:

This functionality is accessible in the ACE GUI see

Saving Implementations

and

Restoring Implementations

.

See also:

restore impl

save project

save project [-project

<

arg

>

] [-outputfile

<

arg

>

] [-acxdb

<

arg

>

] [-no log]

The save project command saves the state of an ACE project to a .acxprj project file. By default, the active
project is saved, unless the -project option is specified. The project is saved to the original project file path
unless -outputfile is used. If the project contains the current active impl, the state of the DB is saved for the
active impl can be saved to an .acxdb file using the -acxdb option.

Argument

Required/Optional

Description

[-project

<

arg

>

]

Optional

The optional -project
<

projectName> option may be

used to specify a project to write
out.

[-outputfile

<

arg

>

]

Optional

The optional -outputfile
<

projectFile> option may be

used to specify an output file
location.

[-acxdb

<

arg

>

]

Optional

Specifies an alternate ACXDB
file path to save the state of the
active impl to

UG001 Rev. 5.0 - 5th December 2012

http://www.achronix.com

358

Advertising