Skip to content

Commit 8dbdfcc

Browse files
PIoandanacostina
authored andcommitted
Update ad5766 spi engine
In this project it was created the ad5766_fmc.txt file for generating the system_constr.xdc file. Also it was updated the system_constr.xdc and Readme.md files. Signed-off-by: Ioan-daniel Pop <Pop.Ioan-daniel@analog.com>
1 parent db1ef48 commit 8dbdfcc

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

projects/ad5766_sdz/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Here are some pointers to help you:
44
* [Board Product Page](https://www.analog.com/EVAL-AD5766)
5-
* Parts : [16-Channel, 16-Bit Voltage Output denseDAC](https://www.analog.com/ad5766)
6-
[16-Channel, 12-Bit Voltage Output denseDAC](https://www.analog.com/ad5767)
5+
* Parts : [AD5766, 16-Channel, 16-Bit Voltage Output denseDAC](https://www.analog.com/ad5766)
6+
[AD5767, 16-Channel, 12-Bit Voltage Output denseDAC](https://www.analog.com/ad5767)
77
* Project Doc:
88
* HDL Doc:
99
* NO-OS Drivers: [AD5766 - No-OS Driver](https://wiki.analog.com/resources/tools-software/uc-drivers/ad5766)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ad5766
2+
3+
FMC_pin FMC_port Schematic_name System_top_name IOSTANDARD Termination
4+
5+
H20 FMC_LA15_N SCLK spi_sclk LVCMOS25 #N/A
6+
G19 FMC_LA16_N SDI spi_sdo LVCMOS25 #N/A
7+
H17 FMC_LA11_N SDO spi_sdi LVCMOS25 #N/A
8+
H19 FMC_LA15_P SYNCn spi_cs LVCMOS25 #N/A
9+
H25 FMC_LA21_P RESETn reset LVCMOS25 #N/A

projects/ad5766_sdz/zed/system_constr.xdc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
# SPI interface
77

8-
set_property -dict {PACKAGE_PIN J17 IOSTANDARD LVCMOS25} [get_ports spi_sclk] ; ## FMC_LPC_LA15_N
9-
set_property -dict {PACKAGE_PIN K21 IOSTANDARD LVCMOS25} [get_ports spi_sdo] ; ## FMC_LPC_LA16_N
10-
set_property -dict {PACKAGE_PIN N18 IOSTANDARD LVCMOS25} [get_ports spi_sdi] ; ## FMC_LPC_LA11_N
11-
set_property -dict {PACKAGE_PIN J16 IOSTANDARD LVCMOS25} [get_ports spi_cs] ; ## FMC_LPC_LA15_P
8+
set_property -dict {PACKAGE_PIN J17 IOSTANDARD LVCMOS25} [get_ports spi_sclk] ; ## FMC_LA15_N IO_L2N_T0_34
9+
set_property -dict {PACKAGE_PIN K21 IOSTANDARD LVCMOS25} [get_ports spi_sdo] ; ## FMC_LA16_N IO_L9N_T1_DQS_34
10+
set_property -dict {PACKAGE_PIN N18 IOSTANDARD LVCMOS25} [get_ports spi_sdi] ; ## FMC_LA11_N IO_L5N_T0_34
11+
set_property -dict {PACKAGE_PIN J16 IOSTANDARD LVCMOS25} [get_ports spi_cs] ; ## FMC_LA15_P IO_L2P_T0_34
1212

1313
# reset signal
1414

15-
set_property -dict {PACKAGE_PIN E19 IOSTANDARD LVCMOS25} [get_ports reset] ; ## FMC_LPC_LA21_P
15+
set_property -dict {PACKAGE_PIN E19 IOSTANDARD LVCMOS25} [get_ports reset] ; ## FMC_LA21_P IO_L21P_T3_DQS_AD14P_35

0 commit comments

Comments
 (0)