Update openfpga.sh

The default template for create-task was not updated, I've changed it to ```template_tasks/fabric_netlist_gen_template```.
This commit is contained in:
Yunus Emre ERYILMAZ 2023-04-04 14:11:26 +03:00 committed by GitHub
parent e111cfdd8f
commit 89704f074f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ create-task () {
echo "Task $1 already exists" echo "Task $1 already exists"
return return
fi fi
template="template_tasks/yosys_vpr_template" template="template_tasks/fabric_netlist_gen_template"
if [ ${#2} -ge 1 ]; then if [ ${#2} -ge 1 ]; then
if [[ "$2" == "fabric_netlist_gen" ]]; then template="template_tasks/${2}_template/"; if [[ "$2" == "fabric_netlist_gen" ]]; then template="template_tasks/${2}_template/";
elif [[ "$2" == "fabric_verification" ]]; then template="template_tasks/${2}_template/"; elif [[ "$2" == "fabric_verification" ]]; then template="template_tasks/${2}_template/";