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

Subversion Repositories usbhostslave

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

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

Rev 22 Rev 36
Line 46... Line 46...
//             during migration to ActiveHDL 7.1. Released SystemC test bench.
//             during migration to ActiveHDL 7.1. Released SystemC test bench.
//             Re-generated .v files using ActiveHDL 7.1
//             Re-generated .v files using ActiveHDL 7.1
//             Replaced individual timescale directives with `include "timescale.v
//             Replaced individual timescale directives with `include "timescale.v
//             Renamed top level Altera wrapper from 'usbHostSlaveWrap' to 
//             Renamed top level Altera wrapper from 'usbHostSlaveWrap' to 
//             'usbHostSlaveAvalonWrap'
//             'usbHostSlaveAvalonWrap'
 
// Version 1.3 - March 22nd 2008. Fixed bug in 'readUSBWireData'. Added
 
//             synchronizer to incoming USB wire data to avoid
 
//             metastability, and delay hazards. Not entirely sure, but it appears that 
 
//             this bug caused more problems with some of the newer low power FPGAs
 
//             Maybe because they are more prone to problems with metastable
 
//             inputs that feed logic functions causing excessive high speed
 
//             toggle activity, and disrupting nearby cicuits.
 
 
 
 
// 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'h12
`define USBHOSTSLAVE_VERSION_NUM 8'h13
 
 
//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.