-
Notifications
You must be signed in to change notification settings - Fork 246
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
Question: env
section problem.
#679
Comments
I think specifying the tool that I used is also important. It was vivado. |
I think there might be something funky with env vars in scripts. Have a vague memory of this. Unfortunately don't have time myself to look into that right now. Maybe set it before running FuseSoC as a workaround? |
@olofk Thanks for your reply. I share my understanding of this problem: When I tested this problem with the tool 'ghdl', the problem disappeared and it seems the problem is related to the behavior of edalize. Although I don't know the exact reason, let me say the apparent reason: If I use 'ghdl', the script is executed through the |
Hello, I am a newbie of fusesoc.
I declared the script entries in my core file and added an
env
section to the entries to designate some environmental variables when executing commands in the script entry.The entries in the
scripts
section of my core file will be used in thepre_build
orpost_build
section of thesynth
target.However, I cannot see any environment variables declared in my core file. How can could it be? Am I wrong in writing the core file?
The following codelet is a part of my core file:
print_environ.py
does not show the environmental variable oftest
.Is this an intended behavior? How can I put an environment variable to my script?
The text was updated successfully, but these errors were encountered: