From 61979cb481aeb672b40132e5beca9d27c52b3638 Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Fri, 7 Feb 2020 09:13:31 +0100
Subject: [PATCH] Removed false path as timing violations are not reported by
 timequest but hardware behaviour seems to have a timing violation

---
 .../ta2/libraries/ta2_unb2b_bsp/hardware/unb2b/top_post.sdc     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/applications/ta2/libraries/ta2_unb2b_bsp/hardware/unb2b/top_post.sdc b/applications/ta2/libraries/ta2_unb2b_bsp/hardware/unb2b/top_post.sdc
index 5fe42ab979..41e245fe23 100755
--- a/applications/ta2/libraries/ta2_unb2b_bsp/hardware/unb2b/top_post.sdc
+++ b/applications/ta2/libraries/ta2_unb2b_bsp/hardware/unb2b/top_post.sdc
@@ -77,6 +77,6 @@ set_multicycle_path -to * -hold 3 -from {freeze_wrapper_inst|board_kernel_reset_
 
 # Cut path to twoXclock_consumer (this instance is only there to keep 
 # kernel interface consistent and prevents kernel_clk2x to be swept away by synthesis)
-set_false_path -from * -to freeze_wrapper_inst|pr_region_inst|*|twoXclock_consumer_NO_SHIFT_REG
+#set_false_path -from * -to freeze_wrapper_inst|pr_region_inst|*|twoXclock_consumer_NO_SHIFT_REG
 
 
-- 
GitLab