diff --git a/xdc/lpgbt_multicycle.tcl b/xdc/lpgbt_multicycle.tcl
index 8becef4882196ec94eb6ca151b6c816aa32b79d0..044d7494cd70b2a7e45ff9c57ade0aeff95c2340 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*}]