11 lines
709 B
Plaintext
11 lines
709 B
Plaintext
###############################################################################
|
|
## Copyright (C) 2019-2023 Analog Devices, Inc. All rights reserved.
|
|
### SPDX short identifier: ADIBSD
|
|
###############################################################################
|
|
|
|
set_property -dict {PACKAGE_PIN M19 IOSTANDARD LVDS_25} [get_ports adc_clk_p] ; ## FMC_LPC_LA00_CC_P
|
|
set_property -dict {PACKAGE_PIN M20 IOSTANDARD LVDS_25} [get_ports adc_clk_n] ; ## FMC_LPC_LA00_CC_N
|
|
set_property -dict {PACKAGE_PIN N19 IOSTANDARD LVDS_25} [get_ports adc_data_p] ; ## FMC_LPC_LA01_CC_P
|
|
set_property -dict {PACKAGE_PIN N20 IOSTANDARD LVDS_25} [get_ports adc_data_n] ; ## FMC_LPC_LA01_CC_N
|
|
|