wrappers: sh: ql: make VPR write JSON summaries
Signed-off-by: Paweł Czarnecki <pczarnecki@antmicro.com>
This commit is contained in:
parent
ab178407ec
commit
ac5efd34fd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue