16 lines
681 B
Plaintext
16 lines
681 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]
|
|
|
|
# sync bits i_rx1_ctrl_sync
|
|
set_false_path \
|
|
-to [get_cells -quiet -hier *cdc_sync_stage1_reg* \
|
|
-filter {NAME =~ *i_rx1_ctrl_sync* && IS_SEQUENTIAL}]
|
|
|
|
# sync bits i_tx1_ctrl_sync
|
|
set_false_path \
|
|
-to [get_cells -quiet -hier *cdc_sync_stage1_reg* \
|
|
-filter {NAME =~ *i_tx1_ctrl_sync* && IS_SEQUENTIAL}]
|