2023-07-10 08:38:46 +00:00
|
|
|
###############################################################################
|
|
|
|
## Copyright (C) 2017-2023 Analog Devices, Inc. All rights reserved.
|
|
|
|
### SPDX short identifier: ADIBSD
|
|
|
|
###############################################################################
|
|
|
|
|
2019-06-26 15:34:51 +00:00
|
|
|
set_clock_groups \
|
|
|
|
-group [get_clocks -of_objects [get_pins clk_divide_sel_0/O]] \
|
|
|
|
-group [get_clocks -of_objects [get_pins clk_divide_sel_1/O]] \
|
|
|
|
-logically_exclusive
|
2017-01-13 11:54:07 +00:00
|
|
|
set_false_path -to [get_pins i_div_clk_gbuf/S*]
|