Cypress FX2 Firmware and FPGA VHDL module
Go to file
Benjamin Krill 4d59d22c13 makefile, add verbose options 2013-12-05 14:28:57 +01:00
doc add high-level diagram. 2013-10-14 13:16:28 +02:00
firmware makefile, add verbose options 2013-12-05 14:28:57 +01:00
fpga add stream regfile client 2013-12-04 15:44:08 +01:00
linux add regfile access utility 2013-12-05 11:09:23 +01:00
README initial commit 2013-10-02 10:43:54 +02:00

README

-- Cypress EZ-USB FX2 --

- Firmware -
Library routines for creating firmware for the Cypress FX2
(CY7C68013 and variants) with SDCC.
http://fx2lib.sourceforge.net

Including adjustments to support the implemented FPGA VHDL
module.

- FPGA -
The FPGA implementation consists of multiple modules.

f2p/       - FX2 to PIPE module. (FX2 master to pipe)
strm_ddr2/ - STRM client to access DDR2 memory
misc/      - some general used modules
vendor/    - vendor specific files

- Linux -
libusb wrapper library and ddr2 example application