http://opus-two.myshopify.com/products/ ... uation-kit
To use it with the embedded Project Oberon SPI SD card driver you will need to make the following pin assignments for the Pmod header JA in the Arty.xdc file:
Code: Select all
set_property -dict { PACKAGE_PIN G13 IOSTANDARD LVCMOS33 } [get_ports { SS[0] }]; #IO_0_15 Sch=ja[1]
set_property -dict { PACKAGE_PIN B11 IOSTANDARD LVCMOS33 } [get_ports { MOSI[0] }]; #IO_L4P_T0_15 Sch=ja[2]
set_property -dict { PACKAGE_PIN A11 IOSTANDARD LVCMOS33 } [get_ports { MISO[0] }]; #IO_L4N_T0_15 Sch=ja[3]
set_property -dict { PACKAGE_PIN D12 IOSTANDARD LVCMOS33 } [get_ports { SCLK[0] }]; #IO_L6P_T0_15 Sch=ja[4]