01-07-2021 05:16 AM
Vitis 2019.2, create a platform project, untick the 'Use default location' box and typing another path does not work, it saves it in the specified workspace
01-11-2021 09:14 AM
Hello @joancab, I am able to see the same behavior in the GUI in which it doesn't change the location of the project outside of the workspace. In looking into this, the GUI utilizes XSCT commands under the hood, and specifically the 'platform create' command. This command defaults all projects to be created inside of the workspace when a workspace is defined, so in a GUI setting, this would always be set.
In order to manually specify another location, the command line would need to be used. This command is documented for 2019.2 here. In 2020.2 and later versions, this option is no longer given to avoid confusion relating to the workspaces.
01-11-2021 09:14 AM
Hello @joancab, I am able to see the same behavior in the GUI in which it doesn't change the location of the project outside of the workspace. In looking into this, the GUI utilizes XSCT commands under the hood, and specifically the 'platform create' command. This command defaults all projects to be created inside of the workspace when a workspace is defined, so in a GUI setting, this would always be set.
In order to manually specify another location, the command line would need to be used. This command is documented for 2019.2 here. In 2020.2 and later versions, this option is no longer given to avoid confusion relating to the workspaces.