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

Subversion Repositories usbhostslave

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

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 12 sfielding
// Version 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
// Version 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
`define USBHOSTSLAVE_VERSION_NUM 8'h07
22 10 sfielding
 
23
//Host slave common registers
24
`define HOST_SLAVE_CONTROL_REG 1'b0
25
`define HOST_SLAVE_VERSION_REG 1'b1
26
 
27
`endif //usbHostSlave_h_vdefined
28
 

powered by: WebSVN 2.1.0

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