Workspace Journal - Workspace Journal - 2026.1 English - UG1702

Vitis Reference Guide (UG1702)

Document ID
UG1702
Release Date
2026-06-23
Version
2026.1 English

The Workspace Journal is a log file that records backend commands corresponding to the actions triggered by the user after opening the workspace. It is a good approach to check the corresponding commands used by GUI and recreate the workspace as well. To open the Journal file, go to menu Vitis-> Workspace Journal.

You can run following command to recreate the projects with the journal file in the current workspace:

vitis -s workspace_journal.py
Note: In workspace_journal.py, use relative paths whenever possible to improve portability. However, there are certain instances where absolute paths are necessary. Before executing the script, ensure the source and destination paths in workspace_journal.py are properly configured and accessible.