Skip to content

Commit

Permalink
V5: Update SPI Engine PULSAR ADC PMDZ
Browse files Browse the repository at this point in the history
Updated the pin and port name in pulsar_adc_pmdz_pmod.txt and system_constr.xdc files.

Signed-off-by: Ioan-daniel Pop <Pop.Ioan-daniel@analog.com>
  • Loading branch information
PIoandan committed Oct 19, 2023
1 parent 647511b commit 6458964
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions projects/pulsar_adc_pmdz/common/pulsar_adc_pmdz_pmod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Pin Port Schematic_name System_top_name IOST

# pulsar_adc_pmdz

PMOD J5 [8] PMOD JA [4] SCK pulsar_adc_spi_sclk LVCMOS33 #N/A
PMOD J5 [6] PMOD JA [3] SDO pulsar_adc_spi_sdi LVCMOS33 #N/A
PMOD J5 [4] PMOD JA [2] SDI pulsar_adc_spi_sdo LVCMOS33 #N/A
PMOD J5 [2] PMOD JA [1] CS pulsar_adc_spi_cs LVCMOS33 #N/A
PMOD J5 [1] PMOD JA [7] INT pulsar_adc_spi_pd LVCMOS33 #N/A
4 PMOD_4 SCK pulsar_adc_spi_sclk LVCMOS33 #N/A
3 PMOD_3 SDO pulsar_adc_spi_sdi LVCMOS33 #N/A
2 PMOD_2 SDI pulsar_adc_spi_sdo LVCMOS33 #N/A
1 PMOD_1 CS pulsar_adc_spi_cs LVCMOS33 #N/A
7 PMOD_7 INT pulsar_adc_spi_pd LVCMOS33 #N/A
10 changes: 5 additions & 5 deletions projects/pulsar_adc_pmdz/coraz7s/system_constr.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
###############################################################################

# ad40xx_fmc SPI interface
set_property -dict {PACKAGE_PIN Y19 IOSTANDARD LVCMOS33 IOB TRUE} [get_ports pulsar_adc_spi_sdo] ; ## PMOD JA [2]
set_property -dict {PACKAGE_PIN Y16 IOSTANDARD LVCMOS33 IOB TRUE} [get_ports pulsar_adc_spi_sdi] ; ## PMOD JA [3]
set_property -dict {PACKAGE_PIN Y17 IOSTANDARD LVCMOS33 IOB TRUE} [get_ports pulsar_adc_spi_sclk] ; ## PMOD JA [4]
set_property -dict {PACKAGE_PIN Y18 IOSTANDARD LVCMOS33 IOB TRUE} [get_ports pulsar_adc_spi_cs] ; ## PMOD JA [1]
set_property -dict {PACKAGE_PIN Y19 IOSTANDARD LVCMOS33 IOB TRUE} [get_ports pulsar_adc_spi_sdo] ; ## PMOD JA_2
set_property -dict {PACKAGE_PIN Y16 IOSTANDARD LVCMOS33 IOB TRUE} [get_ports pulsar_adc_spi_sdi] ; ## PMOD JA_3
set_property -dict {PACKAGE_PIN Y17 IOSTANDARD LVCMOS33 IOB TRUE} [get_ports pulsar_adc_spi_sclk] ; ## PMOD JA_4
set_property -dict {PACKAGE_PIN Y18 IOSTANDARD LVCMOS33 IOB TRUE} [get_ports pulsar_adc_spi_cs] ; ## PMOD JA_1

set_property -dict {PACKAGE_PIN U18 IOSTANDARD LVCMOS33} [get_ports pulsar_adc_spi_pd] ; ## PMOD JA [7]
set_property -dict {PACKAGE_PIN U18 IOSTANDARD LVCMOS33} [get_ports pulsar_adc_spi_pd] ; ## PMOD JA_7

# rename auto-generated clock for SPIEngine to spi_clk - 160MHz
# NOTE: clk_fpga_0 is the first PL fabric clock, also called $sys_cpu_clk
Expand Down

0 comments on commit 6458964

Please sign in to comment.