Cypress FX2 Firmware and FPGA VHDL module
Go to file
Benjamin Krill a63dfb4372 add stream regfile client 2013-12-04 15:44:08 +01:00
doc add high-level diagram. 2013-10-14 13:16:28 +02:00
firmware initial commit 2013-10-02 10:43:54 +02:00
fpga add stream regfile client 2013-12-04 15:44:08 +01:00
linux update license 2013-10-07 09:13:29 +02: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