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

Subversion Repositories usbhostslave

[/] [usbhostslave/] [trunk/] [RTL/] [include/] [usbHostSlave_h.v] - Diff between revs 12 and 14

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 12 Rev 14
Line 6... Line 6...
`else
`else
`define usbHostSlave_h_vdefined
`define usbHostSlave_h_vdefined
 
 
// Version 6 - Feb 4th 2005. Fixed bit stuffing and de-stuffing. This version succesfully supports 
// Version 6 - Feb 4th 2005. Fixed bit stuffing and de-stuffing. This version succesfully supports 
//             control reads and writes to USB flash dongle 
//             control reads and writes to USB flash dongle 
`define USBHOSTSLAVE_VERSION_NUM 8'h06
// Version 7 - Feb 24th 2005. Added support for isochronous transfers, fixed resume, connect and disconnect 
 
//             time outs, added low speed EOP keep alive. The TX bit rate is now controlled by 
 
//             SIETransmitter, and takes account of the requirement that SOF, and PREAMBLE are always full
 
//             speed, and TX resume is always low speed.
 
//             Fixed read clock recovery (readUSBWireData.v) issue which was resulting 
 
//             in missing receive packets.
 
//             Fixed broken SOF Sync mode (where transacations are synchronized with the SOF transmission)
 
//             by adding kludged delay to softranmit. This needs to be fixed properly.
 
//             This version has undergone limited testing
 
//             with full speed flash dongle, low speed keyboard, and a PC in full and low speed modes.
 
`define USBHOSTSLAVE_VERSION_NUM 8'h07
 
 
//Host slave common registers
//Host slave common registers
`define HOST_SLAVE_CONTROL_REG 1'b0
`define HOST_SLAVE_CONTROL_REG 1'b0
`define HOST_SLAVE_VERSION_REG 1'b1
`define HOST_SLAVE_VERSION_REG 1'b1
 
 

powered by: WebSVN 2.1.0

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