wrappers: sh: ql: make VPR write JSON summaries

Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
Paweł Czarnecki 2022-05-18 08:56:36 +02:00
parent ab178407ec
commit ac5efd34fd
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,6 @@ parse_args $@
export OUT_NOISY_WARNINGS=noisy_warnings-${DEVICE}_pack.log
run_vpr --pack
run_vpr --pack --write_block_usage block_usage.json
mv vpr_stdout.log pack.log

View File

@ -28,6 +28,6 @@ parse_args $@
export OUT_NOISY_WARNINGS=noisy_warnings-${DEVICE}_pack.log
run_vpr --route
run_vpr --route --write_timing_summary timing_summary.json
mv vpr_stdout.log route.log