Skip to content
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

Pyxsi enablement for alternative rtl simulation #1213

Draft
wants to merge 80 commits into
base: dev
Choose a base branch
from

Conversation

auphelia
Copy link
Collaborator

tbd

maltanar and others added 30 commits August 8, 2024 13:15
alexhornburg-xlnx and others added 27 commits November 18, 2024 12:17
XSI needs to find some Vivado shared libraries. This can be done by adding it to  LD_LIBRARY_PATH.
However just adding this path by itself causes conflicts with libssl. It would pick up libssl within the Vivado installation instead of the system libssl. This causes various issues in using https, curl, wget or any kind of secure web download in the whole docker image.

The workaround to the above issue is to prepend the dockers system lib path (which contains libssl) before Vivados lib path in LD_LIBRARY_PATH.
This commit removes the pyxsi RPC mechanism and instead calls pyxsi directly.
pyxsi depdency is updated to include a double free bugfix.
Ported pyxsi_utils from https://github.com/maltanar/pyxsi/tree/feature/utils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants