From 4d6915fe2d44a17e3022bd60ae6d2eb78ad78e30 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 28 Sep 2020 17:25:23 -0700 Subject: [PATCH] Update LED driver timing constraints --- fpga/mqnic/fb2CG/fpga_100g/led.tcl | 2 +- fpga/mqnic/fb2CG/fpga_10g/led.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fpga/mqnic/fb2CG/fpga_100g/led.tcl b/fpga/mqnic/fb2CG/fpga_100g/led.tcl index e430903ef..1e1bd643d 100644 --- a/fpga/mqnic/fb2CG/fpga_100g/led.tcl +++ b/fpga/mqnic/fb2CG/fpga_100g/led.tcl @@ -7,6 +7,6 @@ foreach inst [get_cells -hier -filter {(ORIG_REF_NAME == led_sreg_driver || REF_ if {[llength $select_ffs]} { set_property ASYNC_REG TRUE $select_ffs - set_false_path -from [all_registers] -to [get_cells "$inst/led_sync_reg_1_reg[*]"] + set_false_path -to [get_pins "$inst/led_sync_reg_1_reg[*]/D"] } } diff --git a/fpga/mqnic/fb2CG/fpga_10g/led.tcl b/fpga/mqnic/fb2CG/fpga_10g/led.tcl index e430903ef..1e1bd643d 100644 --- a/fpga/mqnic/fb2CG/fpga_10g/led.tcl +++ b/fpga/mqnic/fb2CG/fpga_10g/led.tcl @@ -7,6 +7,6 @@ foreach inst [get_cells -hier -filter {(ORIG_REF_NAME == led_sreg_driver || REF_ if {[llength $select_ffs]} { set_property ASYNC_REG TRUE $select_ffs - set_false_path -from [all_registers] -to [get_cells "$inst/led_sync_reg_1_reg[*]"] + set_false_path -to [get_pins "$inst/led_sync_reg_1_reg[*]/D"] } }