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

Subversion Repositories usbhostslave

[/] [usbhostslave/] [trunk/] [RTL/] [include/] [wishBoneBus_h.v] - Blame information for rev 5

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sfielding
//////////////////////////////////////////////////////////////////////
2 5 sfielding
// wishBoneBus_h.v                                              
3
// $Id: wishBoneBus_h.v,v 1.2 2004-12-18 14:36:13 sfielding Exp $
4 2 sfielding
//
5
// CVS Revision History
6
//
7
// $Log: not supported by cvs2svn $
8 5 sfielding
// Revision 1.1.1.1  2004/10/11 04:00:57  sfielding
9
// Created
10
//////////////////////////////////////////////////////////////////////
11 2 sfielding
 
12 5 sfielding
`ifdef wishBoneBus_h_vdefined
13
`else
14
`define wishBoneBus_h_vdefined
15 2 sfielding
 
16
//memoryMap
17
`define HCREG_BASE 8'h00
18
`define HCREG_BASE_PLUS_0X10 8'h10
19
`define HOST_RX_FIFO_BASE 8'h20
20
`define HOST_TX_FIFO_BASE 8'h30
21
`define SCREG_BASE 8'h40
22
`define SCREG_BASE_PLUS_0X10 8'h50
23
`define EP0_RX_FIFO_BASE 8'h60
24
`define EP0_TX_FIFO_BASE 8'h70
25
`define EP1_RX_FIFO_BASE 8'h80
26
`define EP1_TX_FIFO_BASE 8'h90
27
`define EP2_RX_FIFO_BASE 8'ha0
28
`define EP2_TX_FIFO_BASE 8'hb0
29
`define EP3_RX_FIFO_BASE 8'hc0
30
`define EP3_TX_FIFO_BASE 8'hd0
31
`define HOST_SLAVE_CONTROL_BASE 8'he0
32
`define ADDRESS_DECODE_MASK 8'hf0
33
 
34
//FifoAddresses
35
`define FIFO_DATA_REG 3'b000
36
`define FIFO_STATUS_REG 3'b001
37
`define FIFO_DATA_COUNT_MSB 3'b010
38
`define FIFO_DATA_COUNT_LSB 3'b011
39
`define FIFO_CONTROL_REG 3'b100
40
 
41 5 sfielding
`endif //wishBoneBus_h_vdefined
42 2 sfielding
 

powered by: WebSVN 2.1.0

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