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

Subversion Repositories usbhostslave

[/] [usbhostslave/] [trunk/] [RTL/] [include/] [usbHostSlave_h.v] - Diff between revs 20 and 22

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

Rev 20 Rev 22
Line 40... Line 40...
//             the higher level state machines are actively looking for receive packets. 
//             the higher level state machines are actively looking for receive packets. 
//             Modified USB RX data clock recovery, so that data is sampled during the middle
//             Modified USB RX data clock recovery, so that data is sampled during the middle
//             of a USB bit period. Fixed a bug which could result in double sampling
//             of a USB bit period. Fixed a bug which could result in double sampling
//             of USB RX data if clock phase adjustments were required in the middle of a 
//             of USB RX data if clock phase adjustments were required in the middle of a 
//             USB packet.
//             USB packet.
 
// Version 1.2 - October 1st 2006. Small changes to .asf FSM's required
 
//             during migration to ActiveHDL 7.1. Released SystemC test bench.
 
//             Re-generated .v files using ActiveHDL 7.1
 
//             Replaced individual timescale directives with `include "timescale.v
 
//             Renamed top level Altera wrapper from 'usbHostSlaveWrap' to 
 
//             'usbHostSlaveAvalonWrap'
 
 
// Most significant nibble corresponds to major revision.
// Most significant nibble corresponds to major revision.
// Least significant nibble corresponds to minor revision.
// Least significant nibble corresponds to minor revision.
`define USBHOSTSLAVE_VERSION_NUM 8'h11
`define USBHOSTSLAVE_VERSION_NUM 8'h12
 
 
//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.