From 42d6f31630be705446ea2222a779881965228b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Czarnecki?= Date: Wed, 18 May 2022 09:17:00 +0200 Subject: [PATCH] wrappers: sh: ql: remove vpr_fixup_post_synth.py script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Czarnecki --- f4pga/wrappers/sh/quicklogic/analysis.f4pga.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/f4pga/wrappers/sh/quicklogic/analysis.f4pga.sh b/f4pga/wrappers/sh/quicklogic/analysis.f4pga.sh index 78ed5ba..19aa442 100755 --- a/f4pga/wrappers/sh/quicklogic/analysis.f4pga.sh +++ b/f4pga/wrappers/sh/quicklogic/analysis.f4pga.sh @@ -28,13 +28,6 @@ parse_args $@ export OUT_NOISY_WARNINGS=noisy_warnings-${DEVICE}_analysis.log -run_vpr --analysis --gen_post_synthesis_netlist on --verify_file_digests off +run_vpr --analysis --gen_post_synthesis_netlist on --gen_post_implementation_merged_netlist on --verify_file_digests off mv vpr_stdout.log analysis.log - -python3 "$F4PGA_ENV_BIN"/python/vpr_fixup_post_synth.py \ - --vlog-in ${TOP}_post_synthesis.v \ - --vlog-out ${TOP}_post_synthesis.v \ - --sdf-in ${TOP}_post_synthesis.sdf \ - --sdf-out ${TOP}_post_synthesis.sdf \ - --split-ports