[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:
parent
37c5056d6a
commit
abee802830
|
@ -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"):
|
||||
|
|
Loading…
Reference in New Issue