axi_fmcadc5_sync: rename generated spi clock

Rename the clock so it won't conflict with the main spi clock name.
main
Laszlo Nagy 2019-06-26 13:07:36 +01:00 committed by Laszlo Nagy
parent 1c99fde06b
commit fd6a395347
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ set_false_path -to [get_cells -hier -filter {name =~ *rx_sync_disable_1* && IS_S
set_false_path -to [get_cells -hier -filter {name =~ *rx_sync_disable_0* && IS_SEQUENTIAL}]
# Define spi clock
create_generated_clock -name spi_clk \
create_generated_clock -name forwarded_spi_clk \
-source [get_pins -hier up_spi_clk_int_reg/C] \
-divide_by 2 [get_pins -hier up_spi_clk_int_reg/Q]