[Script] Rename openfpga task directory to avoid name conflicts in OpenFPGA task directory

This commit is contained in:
tangxifan 2020-10-10 11:06:28 -06:00
parent 38218abeda
commit abe56ce2c2
2 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def get_list_of_task_config_files(task_dir, task_conf_file_name):
# - Copy the template to the destination folder
# - Replace all the ${SKYWATER_OPENFPGA_HOME} with the absolute path
#####################################################################
skywater_openfpga_task_dirpath = skywater_openfpga_homepath + "/SCRIPT/openfpga_task/";
skywater_openfpga_task_dirpath = skywater_openfpga_homepath + "/SCRIPT/skywater_openfpga_task/";
print("\nAdapting openfpga task configuration...");
num_task_config_file_processed = 0;