Updates a fileset compile order and possibly top based on a design graph.
Syntax
update_compile_order [‑force_gui] [‑fileset <arg>] [‑quiet] [‑verbose]
Usage
Name | Description |
---|---|
[-force_gui]
|
Execute this command, even when run interactively in the GUI. |
[-fileset]
|
Fileset to update based on a design graph |
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
Categories
Description
Update the compile order of the design sources in the current project, or in the specified fileset.
Arguments
-force_gui
- Update the compile order in GUI mode of the Vivado® IDE.
-fileset <arg>
- Update the compile order of the specified fileset.
-quiet
- (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
Note: Any errors encountered on the command-line, while launching the command, will be returned. Only errors occurring inside the command will be trapped.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
Note: Message limits can be defined with the
set_msg_config
command.Examples
The following example updates the compile order of the source files in the simulation fileset:
update_compile_order -fileset sim_1