URL
https://opencores.org/ocsvn/usbhostslave/usbhostslave/trunk
[/] [usbhostslave/] [trunk/] [RTL/] [include/] [usbHostControl_h.v] - Diff between revs 44 and 45
Show entire file |
Details |
Blame |
View Log
Rev 44 |
Rev 45 |
Line 54... |
Line 54... |
|
|
//TXSOFEnableIndices
|
//TXSOFEnableIndices
|
`define SOF_EN_BIT 0
|
`define SOF_EN_BIT 0
|
|
|
//SOFTimeConstants
|
//SOFTimeConstants
|
//Note that 'SOF_TX_TIME' is 48000 - 3. This is to account for the delay in resetting the SOF timer
|
//Note that 'SOF_TX_TIME' is 48000 - 7. This is to account for the delay in resetting the SOF timer
|
`define SOF_TX_TIME 16'hbb7d //Correct SOF interval for 48MHz clock.
|
`define SOF_TX_TIME 16'hbb79 //Correct SOF interval for 48MHz clock.
|
`define SOF_TX_MARGIN 16'h0c80 //This is the transmission time for 100 bytes at full speed
|
`define SOF_TX_MARGIN 16'h0c80 //This is the transmission time for 100 bytes at full speed
|
`define SOF_TX_MARGIN_LOW_SPEED 16'h6400 //100 bytes at low speed
|
`define SOF_TX_MARGIN_LOW_SPEED 16'h6400 //100 bytes at low speed
|
|
|
//Host RXStatusRegIndices
|
//Host RXStatusRegIndices
|
`define HC_CRC_ERROR_BIT 0
|
`define HC_CRC_ERROR_BIT 0
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.