File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,10 @@ set_property -dict { PACKAGE_PIN B12 IOSTANDARD LVCMOS33 } [get_ports { vga_vs
172172# set_property -dict { PACKAGE_PIN D2 IOSTANDARD LVCMOS33 } [get_ports { SD_DAT[3] }]; #IO_L14N_T2_SRCC_35 Sch=sd_dat[3]
173173
174174# #Accelerometer
175+ set_property -dict { PACKAGE_PIN E15 IOSTANDARD LVCMOS33 } [get_ports { io_miso }]; # IO_L11P_T1_SRCC_15 Sch=acl_miso
176+ set_property -dict { PACKAGE_PIN F14 IOSTANDARD LVCMOS33 } [get_ports { io_mosi }]; # IO_L5N_T0_AD9N_15 Sch=acl_mosi
177+ set_property -dict { PACKAGE_PIN F15 IOSTANDARD LVCMOS33 } [get_ports { io_sck }]; # IO_L14P_T2_SRCC_15 Sch=acl_sclk
178+ set_property -dict { PACKAGE_PIN D15 IOSTANDARD LVCMOS33 } [get_ports { io_ncs }]; # IO_L12P_T1_MRCC_15 Sch=acl_csn
175179# set_property -dict { PACKAGE_PIN E15 IOSTANDARD LVCMOS33 } [get_ports { ACL_MISO }]; #IO_L11P_T1_SRCC_15 Sch=acl_miso
176180# set_property -dict { PACKAGE_PIN F14 IOSTANDARD LVCMOS33 } [get_ports { ACL_MOSI }]; #IO_L5N_T0_AD9N_15 Sch=acl_mosi
177181# set_property -dict { PACKAGE_PIN F15 IOSTANDARD LVCMOS33 } [get_ports { ACL_SCLK }]; #IO_L14P_T2_SRCC_15 Sch=acl_sclk
You can’t perform that action at this time.
0 commit comments