1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Update LED driver timing constraints

This commit is contained in:
Alex Forencich 2020-09-28 17:25:23 -07:00
parent d29b1c7b91
commit 4d6915fe2d
2 changed files with 2 additions and 2 deletions

View File

@ -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"]
}
}

View File

@ -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"]
}
}