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:
parent
d29b1c7b91
commit
4d6915fe2d
@ -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"]
|
||||
}
|
||||
}
|
||||
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user