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

Subversion Repositories usbhostslave

[/] [usbhostslave/] [trunk/] [RTL/] [include/] [usbHostSlave_h.v] - Blame information for rev 18

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

Line No. Rev Author Line
1 10 sfielding
//////////////////////////////////////////////////////////////////////
2
// usbHostSlave_h.v                                              
3
//////////////////////////////////////////////////////////////////////
4
 
5
`ifdef usbHostSlave_h_vdefined
6
`else
7
`define usbHostSlave_h_vdefined
8
 
9 18 sfielding
// Version 0.6 - Feb 4th 2005. Fixed bit stuffing and de-stuffing. This version succesfully supports 
10 14 sfielding
//             control reads and writes to USB flash dongle
11 18 sfielding
// Version 0.7 - Feb 24th 2005. Added support for isochronous transfers, fixed resume, connect and disconnect 
12 14 sfielding
//             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 18 sfielding
// Version 0.8 - June 24th 2005. Added bus access to the host SOFTimer. This version has been tested
22 16 sfielding
//             with uClinux, and is known to work with a full speed USB flash stick.
23
//             Moving Opencores project status from Beta to done.
24
//             TODO: Test isochronous mode, and low speed mode using uClinux driver
25
//                   Create a seperate clock domain for the bus interface
26
//                   Add frame period adjustment capability
27
//                   Add compilation flags for slave only and host only versions
28
//                   Create data bus width options beyond 8-bit
29 18 sfielding
// Version 1.0 - October 14th 2005. Seperated the bus clock from the usb logic clock
30
//             Removed TX and RX fifo status registers, and removed 
31
//             TX fifo data count register.
32
//             Added RESET_CORE bit to HOST_SLAVE_CONTROL_REG. 
33
//             Fixed slave mode bug which caused receive fifo to be filled with 
34
//             incoming data when the slave was responding with a NAK, and the 
35
//             data should have been discarded.
36 10 sfielding
 
37 18 sfielding
// Most significant nibble corresponds to major revision.
38
// Least significant nibble corresponds to minor revision.
39
`define USBHOSTSLAVE_VERSION_NUM 8'h10
40
 
41 10 sfielding
//Host slave common registers
42
`define HOST_SLAVE_CONTROL_REG 1'b0
43
`define HOST_SLAVE_VERSION_REG 1'b1
44
 
45
`endif //usbHostSlave_h_vdefined
46
 

powered by: WebSVN 2.1.0

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