From abe56ce2c29a58543e091e818dc7023eab6008ab Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sat, 10 Oct 2020 11:06:28 -0600 Subject: [PATCH] [Script] Rename openfpga task directory to avoid name conflicts in OpenFPGA task directory --- SCRIPT/repo_setup.py | 2 +- .../k4_cc_fdms_2x2/generate_fabric/config/task_template.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename SCRIPT/{openfpga_task => skywater_openfpga_task}/k4_cc_fdms_2x2/generate_fabric/config/task_template.conf (100%) diff --git a/SCRIPT/repo_setup.py b/SCRIPT/repo_setup.py index 84b487e..ae1c86a 100644 --- a/SCRIPT/repo_setup.py +++ b/SCRIPT/repo_setup.py @@ -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; diff --git a/SCRIPT/openfpga_task/k4_cc_fdms_2x2/generate_fabric/config/task_template.conf b/SCRIPT/skywater_openfpga_task/k4_cc_fdms_2x2/generate_fabric/config/task_template.conf similarity index 100% rename from SCRIPT/openfpga_task/k4_cc_fdms_2x2/generate_fabric/config/task_template.conf rename to SCRIPT/skywater_openfpga_task/k4_cc_fdms_2x2/generate_fabric/config/task_template.conf