Skip to content

Commit

Permalink
Merge pull request #968 from pascalgouedo/dev_dd_pgo_lec
Browse files Browse the repository at this point in the history
Slight update to allow many lec parallel runs.
  • Loading branch information
davideschiavone authored Mar 25, 2024
2 parents b3ce0bb + d52b733 commit 282407d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/slec/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ echo $var_golden_rtl > ${GOLDEN_FLIST}
print_log "Generating REVISED flist in path: ${REVISED_FLIST}"
echo $var_revised_rtl > ${REVISED_FLIST}

export report_dir=$(readlink -f $(dirname "${BASH_SOURCE[0]}"))/reports/$(date +%Y-%m-%d)/${target_tool}
export report_dir=$(readlink -f $(dirname "${BASH_SOURCE[0]}"))/reports/${target_tool}/$(date +%Y-%m-%d-%Hh%Mm%Ss)

if [[ -d ${report_dir} ]]; then
rm -rf ${report_dir}
Expand Down

0 comments on commit 282407d

Please sign in to comment.