-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installed apps are not loaded if local repo is not available #350
Comments
On the other hand, unsetting the XILINX_TCLAPP_REPO env brings the expected behavior: a warning indicates that our tcl app is out of date but the app is loaded. We will use it as a workaround. |
Thanks for the information. We appreciate your feedback! From: Marbehant Jean-Francois [mailto:[email protected]] On the other hand, unsetting the XILINX_TCLAPP_REPO env brings the expected behavior: a warning indicates that our tcl app is out of date but the app is loaded. We will use it as a workaround. — This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. |
Hello Jean-Francois, Thank you for the valuable feedback you gave in the past few days. The Xilinx Tcl Store is still evolving and although we are working hard to avoid issues, there might still be a few remaining one's going through the cracks when switching back and forth between Vivado versions and user or contributor flows. So your feedback is really appreciated. You have shown a lot of interest to the Xilinx Tcl Store so I wanted to see how we could help you. Can you email us directly at [email protected] so that we can communicate via email? Best regards, From: Marbehant Jean-Francois [mailto:[email protected]] On the other hand, unsetting the XILINX_TCLAPP_REPO env brings the expected behavior: a warning indicates that our tcl app is out of date but the app is loaded. We will use it as a workaround. — This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. |
If our local repo (set through XILINX_TCLAPP_REPO env) is not available (f.e. server offline), our tcl apps (which have already been installed from the local repo) are not loaded.
I would expect all installed apps to be always loaded (they are copied in ~/.Xilinx/Vivado/2014.3/XilinxTclStore) even when our local repo (from where they were installed) is not available.
A critical warning could indicate that the installed app is out of date or doesn't exist in the Vivado installation catalog but if it is already installed, it should be loaded.
The text was updated successfully, but these errors were encountered: