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

oh-my-xilinx path import #56

Open
gehaddahami opened this issue Nov 4, 2024 · 1 comment
Open

oh-my-xilinx path import #56

gehaddahami opened this issue Nov 4, 2024 · 1 comment

Comments

@gehaddahami
Copy link

Hello,
I am Gehad Dahami. currently working in my master thesis and I am adapting LogicNets in the used methodology.
I tried the manual installation and did everything as mentioned. However, when using the examples to regenerate the results, I get the error "The environment variable OHMYXILINX is not defined."
I have even tried to permanently export the variable to path but the issue persists. Could you please guide me on what might be the reason for this or how can I solve this issue.

Thanks in advance.
Gehad Dahami

@nickfraser
Copy link
Collaborator

I have even tried to permanently export the variable to path but the issue persists.

What OS?

The only explanation I have for you, is that the environment variable has not been properly set. We simply check if os.environ contains the "OHMYXILINX" key. If it doesn't find it, it doesn't exist (at least from python's perspective).

I strongly recommend that you use the docker container, as I won't provide support to debug the assignment of environment variables.

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

No branches or pull requests

2 participants