Skip to content

Commit 35c93ea

Browse files
committed
fix: rename ad463x_spi_sdi in the XDC
The constraint file requires ad463x_spi_sdi[0] instead of ad463x_spi_sdi. This commit fixes all the variations with a single channel a single lane. Signed-off-by: Carlos Souza <carlos.souza@analog.com>
1 parent ad5a2f9 commit 35c93ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/ad4630_fmc/zed/system_constr_1sdi_1ch.xdc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
set tsetup 5.6
1111
set thold 1.4
1212

13-
set_property -dict {PACKAGE_PIN P17 IOSTANDARD LVCMOS25} [get_ports {ad463x_spi_sdi}] ; ## H07 FMC_LPC_LA02_P
13+
set_property -dict {PACKAGE_PIN P17 IOSTANDARD LVCMOS25} [get_ports ad463x_spi_sdi[0]] ; ## H07 FMC_LPC_LA02_P
1414

15-
set_input_delay -clock [get_clocks ECHOSCLK_clk] -clock_fall -max $tsetup [get_ports ad463x_spi_sdi]
16-
set_input_delay -clock [get_clocks ECHOSCLK_clk] -clock_fall -min $thold [get_ports ad463x_spi_sdi]
15+
set_input_delay -clock [get_clocks ECHOSCLK_clk] -clock_fall -max $tsetup [get_ports ad463x_spi_sdi[0]]
16+
set_input_delay -clock [get_clocks ECHOSCLK_clk] -clock_fall -min $thold [get_ports ad463x_spi_sdi[0]]

0 commit comments

Comments
 (0)