| ||
Shopping Cart Download Website |
Home | Products | Teensy | Blog | Forum |
You are here: Xilinx Downloader Main Page |
|
Paul's (old) Xilinx Bitstream DownloaderThe Xilinx Xchecker cable allows you to download your design data into their FPGA chips. Unfortunately, the Xchecker download cable is only available from Xilinx. In a classroom environment only having one or two Xchecker download cables isn't much fun, so I designed my own simple Xilinx download cable, based on the Atmel 20-pin 8051 microcontroller.This design is a bit old. (update: it's actually ancient history, as is everything else on this very old web page) It has been used with about a dozen different 3000 and 4000 series xilinx chips. It has not been tried with any of the newer parts, such as the 5000 series, Spartan, Spartan 2, Virtex, 9500 series, or Coolrunner CPLD. It may work with some of these, perhaps the 5000 and Spartan, perhaps with some tweaks to the code, but then again it may not. Xilinx provides a schematic for their parallel cable which only requires a couple ordinary logic chips. If you want to build a cable, that would probably be the best option. This old cable is probably not as useful anymore.
Update, October 2011: This page is ancient... so old that Xilinx no longer has the Parallel Cable III schematic online, so the link above is dead. This schematic I believe is the parallel cable. If you build this, pin 14 on the buffer chips is meant to connect to the cathode of D1... a minor but critically important detail not mentioned. Here is a company selling low-cost USB xilinx download cables. Looking for IP Cores ???: it appears that many of the web visitors who arrive at this page from a search engine are searching for ready-made IP codes (processor, UART, FIFO, USB, etc), usually for free. Here's a few places to look:
This cable only provides the download funtion. Readback is not supported. It does not work with the Xilinx software... to download a file, you just send the raw .BIT file directly to the COM port where the cable is connected. In Linux, I used "cat bitstream.bit > /dev/ttyS0". You can also use a terminal emulation program to send the file, as long is it will send it as raw binary data.
The assembly source is available, as well as a ZIP file with source, intel hex code and the pcb layout.
|