resolve missing variable bug
This commit is contained in:
parent
3d4f7f66fd
commit
f4e99c150a
|
@ -43,6 +43,7 @@ openfpga_base_dir = os.path.abspath(
|
|||
launch_dir = os.getcwd()
|
||||
|
||||
# Path section to append in configuration file to interpolate path
|
||||
task_script_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
script_env_vars = ({"PATH": {
|
||||
"OPENFPGA_FLOW_PATH": task_script_dir,
|
||||
"ARCH_PATH": os.path.join("${PATH:OPENFPGA_PATH}", "arch"),
|
||||
|
|
Loading…
Reference in New Issue