From 4cf56d529912e8c1f739bee6478dbd80ad6ce1a1 Mon Sep 17 00:00:00 2001 From: Torsten Meissner Date: Thu, 27 Sep 2012 17:10:27 +0200 Subject: [PATCH] added description of the 'cpld' which contains the cpld test design --- README.textile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.textile b/README.textile index 800b9ea..becd43b 100644 --- a/README.textile +++ b/README.textile @@ -15,3 +15,6 @@ h3. Test FW: The folder "avr":https://github.com/tmeissner/usb-avr-cpld/tree/master/avr contains a avr-gcc project with test routines for the Atmega88 controller. It checks for the interfaces to the other devices. At the moment, a simply uart loop to the FT232RL is implemented. + +The folder "cpld":https://github.com/tmeissner/usb-avr-cpld/tree/master/cpld contains a xilinx ise / ghdl project with test design for the CPLD. +It checks for the interfaces to the other devices. At the moment, putting a simple "10101" pattern on the gpio pins is implemented.