Questa è una vecchia versione del documento!


Getting started with the Xilinx Spartan-3AN Starter Kit

Contents
  • Introduction
  • Reference documentation

Keywords:

Introduction

Reference documentation

Very good getting started book:

P.P. Chu, FPGA Prototyping By Verilog Examples Xilinx Spartan-3 Version
P.P. Chu, FPGA Prototyping By VHDL Examples Xilinx Spartan-3 Version

Xilinx official documentation:
http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/spartan-3_kits/spartan-3a_starter_kit.html
http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/spartan-3_kits/spartan-3an_starter_kit.html

Spartan-3A/3AN Out of the box, now what?
http://www.xilinx.com/products/boards/s3astarter/files/s3ask_out.pdf

Spartan-3A/3AN FPGA Starter Kit Board User Guide
http://www.xilinx.com/support/documentation/boards_and_kits/ug334.pdf

Spartan-3A/3AN Starter Kit Schematics
http://www.xilinx.com/support/documentation/boards_and_kits/s3astarter_schematic.pdf

Spartan-3 Generation Configuration User Guide
http://www.xilinx.com/support/documentation/user_guides/ug332.pdf


Download the most important documentation:

cd ~/scratch/xilinx/doc/spartan3an
wget http://www.xilinx.com/support/documentation/data_sheets/ds557.pdf
wget http://www.xilinx.com/support/documentation/boards_and_kits/ug334.pdf
wget http://www.xilinx.com/support/documentation/boards_and_kits/s3astarter_schematic.pdf
wget http://www.xilinx.com/support/documentation/boards_and_kits/s3a_starter_gerbers.pdf
wget http://www.xilinx.com/support/documentation/boards_and_kits/s3astarter_bom.xls
wget http://www.xilinx.com/support/documentation/user_guides/ug332.pdf 

Board

On-board embedded USB/JTAG programming interface

USB cable

USB-to-JTAG cable

To connect to JTAG pin headers. It does not come with the kit. You may buy a Xilinx Platform Cable USB II or a less expensive cable from Digilent.

usb_to_jtag_cable_digilent.jpg

http://www.xilinx.com/support/documentation/data_sheets/ds593.pdf

Digilent programmign cable/Adept sofware

Design examples from Xilinx

http://www.xilinx.com/products/boards/s3astarter/reference_designs.htm


Demo Design for the Starter Kit Board

http://www.xilinx.com/products/boards/s3astarter/reference_designs.htm#demo

http://www.xilinx.com/products/boards/s3astarter/files/s3ask_demo.pdf

wget http://www.xilinx.com/products/boards/s3astarter/files/s3ask_demo.pdf

Source code: s3ask_demo.zip (Xilinx login required for downloads)


Device DNA Reader

http://www.xilinx.com/products/boards/s3astarter/reference_designs.htm#dna_reader

http://www.xilinx.com/products/boards/s3astarter/files/s3ask_dna_reader.pdf

wget http://www.xilinx.com/products/boards/s3astarter/files/s3ask_dna_reader.pdf

Source code: s3ask_dna_reader.zip (Xilinx login required for downloads)

mkdir sources
unzip -d sources/  s3ask_dna_reader.zip

Web tutorials and other resources



Last update: pacher@NOSPAMto.infn.it - Sep 21, 2013