Skip to content

Commit

Permalink
spi: use the accelerometer for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Nov 14, 2024
1 parent 1227065 commit 2746268
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nexysA7.xdc
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ set_property -dict { PACKAGE_PIN B12 IOSTANDARD LVCMOS33 } [get_ports { vga_vs
#set_property -dict { PACKAGE_PIN D2 IOSTANDARD LVCMOS33 } [get_ports { SD_DAT[3] }]; #IO_L14N_T2_SRCC_35 Sch=sd_dat[3]

##Accelerometer
set_property -dict { PACKAGE_PIN E15 IOSTANDARD LVCMOS33 } [get_ports { io_miso }]; #IO_L11P_T1_SRCC_15 Sch=acl_miso
set_property -dict { PACKAGE_PIN F14 IOSTANDARD LVCMOS33 } [get_ports { io_mosi }]; #IO_L5N_T0_AD9N_15 Sch=acl_mosi
set_property -dict { PACKAGE_PIN F15 IOSTANDARD LVCMOS33 } [get_ports { io_sck }]; #IO_L14P_T2_SRCC_15 Sch=acl_sclk
set_property -dict { PACKAGE_PIN D15 IOSTANDARD LVCMOS33 } [get_ports { io_ncs }]; #IO_L12P_T1_MRCC_15 Sch=acl_csn
#set_property -dict { PACKAGE_PIN E15 IOSTANDARD LVCMOS33 } [get_ports { ACL_MISO }]; #IO_L11P_T1_SRCC_15 Sch=acl_miso
#set_property -dict { PACKAGE_PIN F14 IOSTANDARD LVCMOS33 } [get_ports { ACL_MOSI }]; #IO_L5N_T0_AD9N_15 Sch=acl_mosi
#set_property -dict { PACKAGE_PIN F15 IOSTANDARD LVCMOS33 } [get_ports { ACL_SCLK }]; #IO_L14P_T2_SRCC_15 Sch=acl_sclk
Expand Down

0 comments on commit 2746268

Please sign in to comment.