You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
1.0 KiB

  1. #
  2. # Arty S7: Spartan7 25/50 FPGA Board for Makers and Hobbyists
  3. #
  4. # https://www.xilinx.com/products/boards-and-kits/1-pnziih.html
  5. # https://store.digilentinc.com/arty-s7-spartan-7-fpga-board-for-makers-and-hobbyists/
  6. source [find interface/ftdi/digilent-hs1.cfg]
  7. # Xilinx Spartan7-25/50 FPGA (XC7S{25,50}-CSGA324)
  8. source [find cpld/xilinx-xc7.cfg]
  9. source [find cpld/jtagspi.cfg]
  10. adapter speed 25000
  11. # Usage:
  12. #
  13. # Load Bitstream into FPGA:
  14. # openocd -f board/arty_s7.cfg -c "init;\
  15. # pld load 0 bitstream.bit;\
  16. # shutdown"
  17. #
  18. # Write Bitstream to Flash:
  19. # openocd -f board/arty_s7.cfg -c "init;\
  20. # jtagspi_init 0 bscan_spi_xc7s??.bit;\
  21. # jtagspi_program bitstream.bin 0;\
  22. # xc7s_program xc7s.tap;\
  23. # shutdown"
  24. #
  25. # jtagspi flash proxies can be found at:
  26. # https://github.com/quartiq/bscan_spi_bitstreams
  27. #
  28. # For the Spartan 50 variant, use
  29. # - https://github.com/quartiq/bscan_spi_bitstreams/raw/master/bscan_spi_xc7s50.bit
  30. # For the Spartan 25 variant, use
  31. # - https://github.com/quartiq/bscan_spi_bitstreams/raw/master/bscan_spi_xc7s25.bit