21 lines
535 B
Plaintext
21 lines
535 B
Plaintext
|
-- 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
|