From ac5efd34fd0787d9515841b7e1344a09d5418f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Czarnecki?= Date: Wed, 18 May 2022 08:56:36 +0200 Subject: [PATCH] wrappers: sh: ql: make VPR write JSON summaries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Czarnecki --- f4pga/wrappers/sh/quicklogic/pack.f4pga.sh | 2 +- f4pga/wrappers/sh/quicklogic/route.f4pga.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/f4pga/wrappers/sh/quicklogic/pack.f4pga.sh b/f4pga/wrappers/sh/quicklogic/pack.f4pga.sh index a880122..5beddf4 100755 --- a/f4pga/wrappers/sh/quicklogic/pack.f4pga.sh +++ b/f4pga/wrappers/sh/quicklogic/pack.f4pga.sh @@ -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 diff --git a/f4pga/wrappers/sh/quicklogic/route.f4pga.sh b/f4pga/wrappers/sh/quicklogic/route.f4pga.sh index 571ea61..4ad9bc9 100755 --- a/f4pga/wrappers/sh/quicklogic/route.f4pga.sh +++ b/f4pga/wrappers/sh/quicklogic/route.f4pga.sh @@ -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