From 6a24cfa34e1659736e3303d3316f67f3bbc38d35 Mon Sep 17 00:00:00 2001 From: Andrew Peck <andrew.peck@cern.ch> Date: Wed, 26 Jul 2023 08:46:04 -0400 Subject: [PATCH] update lpgbt path constraint --- xdc/lpgbt_multicycle.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdc/lpgbt_multicycle.tcl b/xdc/lpgbt_multicycle.tcl index 8becef4..044d749 100644 --- a/xdc/lpgbt_multicycle.tcl +++ b/xdc/lpgbt_multicycle.tcl @@ -6,7 +6,7 @@ # Prevent these reset registers from getting merged across different LPGBT instances... # they are high fanout and it caused timing to fail early on -set lpgbt_path "rb_gen.rbgen[*].readout_board_inst/lpgbt_link_wrapper" +set lpgbt_path "rbgen[*].readout_board_inst/lpgbt_link_wrapper" set_property -quiet KEEP true \ [get_cells -quiet -hierarchical -filter {NAME =~ rbgen[*]*/lpgbt_link_wrapper/*/gearboxSyncReset*}] -- GitLab