2023-08-18 07:55:04 +00:00
|
|
|
###############################################################################
|
|
|
|
## Copyright (C) 2017, 2020, 2021 Analog Devices, Inc. All rights reserved.
|
|
|
|
### SPDX short identifier: ADIJESD204
|
|
|
|
###############################################################################
|
2017-08-07 03:59:33 +00:00
|
|
|
|
2020-12-11 13:30:00 +00:00
|
|
|
set script_dir [file dirname [info script]]
|
|
|
|
|
|
|
|
source "$script_dir/util_cdc_constr.tcl"
|
|
|
|
|
2017-08-07 03:59:33 +00:00
|
|
|
# SYNC~ is a asynchronous interface
|
|
|
|
set_false_path \
|
2019-08-28 05:37:35 +00:00
|
|
|
-from [get_registers *|jesd204_rx_ctrl:i_rx_ctrl|sync_n[0]]
|
2020-12-11 13:30:00 +00:00
|
|
|
|
|
|
|
util_cdc_sync_bits_constr {*|sync_bits:i_all_buffer_ready_cdc}
|
|
|
|
util_cdc_sync_event_constr {*|sync_event:i_sync_lmfc}
|