OpenCores
URL https://opencores.org/ocsvn/usbhostslave/usbhostslave/trunk

Subversion Repositories usbhostslave

[/] [usbhostslave/] [trunk/] [doc/] [README.txt] - Blame information for rev 18

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 sfielding
USBHostSlave has been successfully compiled using Quartus 4.2
2 18 sfielding
For some reason I have not been able to use SOPC Builder 4.2 to build the usb SOPC component
3
However, SOPC Builder 4.1 generates a usable SOPC component. This may be an error on my part, I need to
4
investigate further.
5 11 sfielding
USBHostSlave has been tested in a SystemC simulation, and on a Altera Nios development kit Cyclone edition.
6
 
7
 
8
Release notes:
9 17 sfielding
// Version 0.6 - Feb 4th 2005. Fixed bit stuffing and de-stuffing. This version succesfully supports
10
//             control reads and writes to USB flash dongle
11
// Version 0.7 - Feb 24th 2005. Added support for isochronous transfers, fixed resume, connect and disconnect
12
//             time outs, added low speed EOP keep alive. The TX bit rate is now controlled by
13
//             SIETransmitter, and takes account of the requirement that SOF, and PREAMBLE are always full
14
//             speed, and TX resume is always low speed.
15
//             Fixed read clock recovery (readUSBWireData.v) issue which was resulting
16
//             in missing receive packets.
17
//             Fixed broken SOF Sync mode (where transacations are synchronized with the SOF transmission)
18
//             by adding kludged delay to softranmit. This needs to be fixed properly.
19
//             This version has undergone limited testing
20
//             with full speed flash dongle, low speed keyboard, and a PC in full and low speed modes.
21
// Version 0.8 - June 24th 2005. Added bus access to the host SOFTimer. This version has been tested
22
//             with uClinux, and is known to work with a full speed USB flash stick.
23
//             Moving Opencores project status from Beta to done.
24 18 sfielding
// Version 1.0 - October 14th 2005. Seperated the bus clock from the usb logic clock
25
//               Modified RX and TX fifo status registers, and removed TX fifo data count
26
//               register. Added RESET_CORE bit to HOST_SLAVE_CONTROL_REG.
27
//               Fixed slave mode bug which caused receive fifo to
28
//               be filled with incoming data when the slave was
29
//               responding with a NAK, and the data should have been discarded.
30 17 sfielding
//             TODO: Test isochronous mode, and low speed mode using uClinux driver
31
//                   Add frame period adjustment capability
32
//                   Add compilation flags for slave only and host only versions
33 18 sfielding
//                   Create data bus width options beyond 8-bit
34 11 sfielding
 
35
 
36
 
37
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.