13.33.33 run_designer
Runs Designer with compile and layout options (if selected).
run_designer [-logfile filename] [-script filename] [-append_commands commands] [-adb value] [-compile value] [-layout value] [-export_ba value]
Arguments
-logfile filename
Specifies the filename of your logfile.
-script filename
Appends any scripts you wish to add to add to the flow, where filename is the name of the script.
-append_commands commands
Appends commands (if any), where commands is the list of appended commands.
-adb value
Creates or opens your ADB file. The following table shows the acceptable values for this argument:
| Value | Description |
|---|---|
|
new |
Creates a new ADB file |
|
open |
Opens an existing ADB file |
|
default |
Uses the default ADB file in your Libero IDE project |
-compile value
| Value | Description |
|---|---|
|
TRUE |
Runs compile |
|
FALSE |
Does not run compile, proceeds to the next command |
-layout value
| Value | Description |
|---|---|
|
TRUE |
Runs layout |
|
FALSE |
Does not run layout, proceeds to the next command |
-export_ba value
| Value | Description |
|---|---|
|
TRUE |
Exports back-annotate files |
|
FALSE |
Does not export back-annotate files; proceeds to the next command |
