jesd-xcvr: constraints modifications

main
Rejeesh Kutty 2015-07-22 12:43:21 -04:00
parent 6352884398
commit 3d7afb8fc5
1 changed files with 12 additions and 6 deletions

View File

@ -1,8 +1,14 @@
set_false_path -from [get_registers *up_rx_*] -to [get_registers *rx_*] set_false_path -from [get_registers *up_xcvr:i_up_xcvr|up_rx_sysref_sel*] -to [get_registers *up_xcvr:i_up_xcvr|rx_sysref_sel_m1*]
set_false_path -from [get_registers *up_tx_*] -to [get_registers *tx_*] set_false_path -from [get_registers *up_xcvr:i_up_xcvr|up_rx_sysref*] -to [get_registers *up_xcvr:i_up_xcvr|rx_up_sysref_m1*]
set_false_path -from [get_registers *rx_sync*] -to [get_registers *up_rx_status_m1*] set_false_path -from [get_registers *up_xcvr:i_up_xcvr|up_rx_sync*] -to [get_registers *up_xcvr:i_up_xcvr|rx_up_sync_m1*]
set_false_path -from [get_registers *rx_status*] -to [get_registers *up_rx_status_m1*]
set_false_path -from [get_registers *tx_ip_sync*] -to [get_registers *up_tx_status_m1*] set_false_path -from [get_registers *up_xcvr:i_up_xcvr|up_tx_sysref_sel*] -to [get_registers *up_xcvr:i_up_xcvr|tx_sysref_sel_m1*]
set_false_path -from [get_registers *tx_status*] -to [get_registers *up_tx_status_m1*] set_false_path -from [get_registers *up_xcvr:i_up_xcvr|up_tx_sysref*] -to [get_registers *up_xcvr:i_up_xcvr|tx_up_sysref_m1*]
set_false_path -from [get_registers *up_xcvr:i_up_xcvr|up_tx_sync*] -to [get_registers *up_xcvr:i_up_xcvr|tx_up_sync_m1*]
set_false_path -from [get_registers *up_xcvr:i_up_xcvr|rx_sync*] -to [get_registers *up_xcvr:i_up_xcvr|up_rx_status_m1*]
set_false_path -from [get_registers *up_xcvr:i_up_xcvr|rx_status*] -to [get_registers *up_xcvr:i_up_xcvr|up_rx_status_m1*]
set_false_path -from [get_registers *up_xcvr:i_up_xcvr|tx_ip_sync*] -to [get_registers *up_xcvr:i_up_xcvr|up_tx_status_m1*]
set_false_path -from [get_registers *up_xcvr:i_up_xcvr|tx_status*] -to [get_registers *up_xcvr:i_up_xcvr|up_tx_status_m1*]