6 lines
365 B
Plaintext
6 lines
365 B
Plaintext
|
set_false_path -quiet -from [get_cells -quiet -hier *in_toggle_d1_reg* -filter {NAME =~ *i_serdes* && IS_SEQUENTIAL}]
|
||
|
set_false_path -quiet -from [get_cells -quiet -hier *out_toggle_d1_reg* -filter {NAME =~ *i_serdes* && IS_SEQUENTIAL}]
|
||
|
|
||
|
set_false_path -through [get_pins -hier *i_idelay/CNTVALUEOUT]
|
||
|
set_false_path -through [get_pins -hier *i_idelay/CNTVALUEIN]
|