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.
 
 
 
 
 
 

25 lines
913 B

  1. # https://www.scarabhardware.com/minispartan6/
  2. source [find interface/ftdi/minispartan6.cfg]
  3. source [find cpld/xilinx-xc6s.cfg]
  4. source [find cpld/jtagspi.cfg]
  5. # example command to read the device dna of the FPGA on the board;
  6. # openocd -f board/minispartan6.cfg -c "init;xc6s_print_dna xc6s.tap;shutdown"
  7. # example command to write bitstream
  8. # openocd -f board/minispartan6.cfg -c "init;\
  9. # jtagspi_init 0 bscan_spi_xc6slx??.bit;\
  10. # jtagspi_program bitstream.bin 0;\
  11. # xc6s_program xc6s.tap;\
  12. # shutdown"
  13. #
  14. # jtagspi flash procies can be found in the contrib/loaders/flash/fpga/
  15. # directory, with prebuilt versions available at
  16. # https://github.com/jordens/bscan_spi_bitstreams
  17. #
  18. # For the SLX25 variant, use
  19. # - https://github.com/jordens/bscan_spi_bitstreams/raw/master/bscan_spi_xc6slx25.bit
  20. # For the SLX9 variant, use
  21. # - https://github.com/jordens/bscan_spi_bitstreams/raw/master/bscan_spi_xc6slx9.bit