Vitis Component View - 2023.2 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2023-12-13
Version
2023.2 English
Figure 1. Vitis Component Explorer

You can use the Component Explorer to perform the following actions:

Via the toolbar menu
  • You can create a New Component.
  • You can select Filter Components to hide or show the components of interest.
  • You can refresh the Component Explorer.
  • You can Collapse All to minimize the displayed content of the components and projects.
Via selecting a component or project and using the right-click menu
  • You can select Open in Terminal to open a terminal window and changes directory to inside the component.
  • You can select Show in Flow Navigator and click the component to show it in the Flow Navigator.
  • You can select Delete to remove the component or project from the workspace.
  • You can select Clone Component to create a new component from an existing component. This is useful for design exploration where you preserve the original component as your baseline, and use the cloned component for design exploration. This command does not support System projects.
  • You can Reset Linker Script to generate a linker script for a standalone application component.
Via right-clicking the Sources folder of a component or project
  • You can select New File to create a new file in the component or project.
  • You can select New Folder to create a new folder in the component or project.
  • You can select Open in Terminal to open a terminal window and changes directory to inside the component.
  • You can select Paste to take a copied item and paste it into the component or project. This creates an actual copy of the previously selected and copied item.
  • You can select Import > Files to import files into the component or project.
  • You can select Import > Folders to import a folder into the component or project.
  • You can select Add Source File or create a New Source File.
Via right-clicking an object in the component or project hierarchy
  • You can select Copy to copy the current object. This action can be used along with Paste to copy an object from one component or project to another.
  • You can select Copy Path to copy the absolute path of the object. The path can be pasted into the Terminal view of a configuration file.
  • You can select Copy Relative Path to copy the path of the object relative to the current workspace. The path can be pasted into the Terminal view of a configuration file.
  • You can select Delete to remove the object from the workspace.

Flow window is a part of Vitis Component View. You need to add a small section to introduce flow.

The Flow window is at the bottom part of the Vitis Components View. When you select a component, the Flow window actively displays the range of actions you can perform on that component, including options like build, debug, and so on.