Table of Contents

Xilinx VSK BareBone

I have a Xilinx Spartan3A-based Video Starter Kit (comes complete with camera daughterboard and DVI output). However, I do not want to use the Microblaze-based system created using EDK. I want to create a full custom design from scratch using ISE.

Software Preparation

Using ISE 12.1 (Vivado does not support Spartan devices and ISE 14 is absurdly big) on Slackware 14.1.

Installation

Needs to be done as root (even when target path is writable by normal user).

Running

Needs QT_PLUGIN_PATH variable to be null (or maybe just set ISE path before existing??). I set everything in my start-up script discussed here. The latest version is always available at my GitHub site.

Cable Setup

Requires fxload and cable usb driver (Git here). Installation steps are given in the README file.

Board Information

Pin Information

to be continued…

Project from Scratch

Some notes on the things I try to build from 'scratch'.

Check Clock Signal

I start with something simple:

my1fpga.vhdl
 

to be continued…