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

Subversion Repositories usbhostslave

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

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

Rev 14 Rev 16
Line 16... Line 16...
//             in missing receive packets.
//             in missing receive packets.
//             Fixed broken SOF Sync mode (where transacations are synchronized with the SOF transmission)
//             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.
//             by adding kludged delay to softranmit. This needs to be fixed properly.
//             This version has undergone limited testing
//             This version has undergone limited testing
//             with full speed flash dongle, low speed keyboard, and a PC in full and low speed modes.
//             with full speed flash dongle, low speed keyboard, and a PC in full and low speed modes.
`define USBHOSTSLAVE_VERSION_NUM 8'h07
// Version 8 - June 24th 2005. Added bus access to the host SOFTimer. This version has been tested
 
//             with uClinux, and is known to work with a full speed USB flash stick.
 
//             Moving Opencores project status from Beta to done.
 
//             TODO: Test isochronous mode, and low speed mode using uClinux driver
 
//                   Create a seperate clock domain for the bus interface
 
//                   Add frame period adjustment capability
 
//                   Add compilation flags for slave only and host only versions
 
//                   Create data bus width options beyond 8-bit
 
`define USBHOSTSLAVE_VERSION_NUM 8'h08
 
 
//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.