[script] now build task_result.csv from openfpgashell.log rather than vpr_stdout.log because of missing block usage numbers

This commit is contained in:
tangxifan 2022-09-20 13:46:30 -07:00
parent 37c5056d6a
commit abee802830
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ def run_openfpga_shell():
args.top_module+"_run.openfpga"]
run_command("OpenFPGA Shell Run", "openfpgashell.log", command)
ExecTime["VPREnd"] = time.time()
extract_vpr_stats("vpr_stdout.log")
extract_vpr_stats("openfpgashell.log")
def extract_vpr_stats(logfile, r_filename="vpr_stat", parse_section="vpr"):