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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [common/] [opencores.org/] [cde/] [ip/] [sram/] [componentCfg.xml] - Blame information for rev 131

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

Line No. Rev Author Line
1 131 jt_eaton
2
5
6
xmlns:spirit="http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009"
7
xmlns:socgen="http://opencores.org"
8
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
9
 
10
opencores.org
11
cde
12
sram
13
 
14
 
15
3
16
_
17
_
18
_
19
VARIANT
20
 
21
 
22
 
23
24
 
25
/ip/sram/doc
26
sram/doc
27
 
28
 
29
 
30
31
 
32
  
33
   def
34
   Synchronous one-port ram
35
  
36
 
37
  
38
   dp
39
   Synchronous two-port ram with seperate read/write ports
40
  
41
 
42
  
43
   be
44
   Synchronous one-port ram with byte enable
45
  
46
 
47
 
48
 
49
50
 
51
 
52
53
 
54
  
55
   ADDR
56
   Number of address bits
57
  
58
 
59
  
60
   WIDTH
61
   Number of data bits
62
  
63
 
64
  
65
   WORDS
66
   Number of memory words. Must be fully addressable by ADDR address bits
67
  
68
 
69
  
70
   WRITETHRU
71
   If a read and write occur to the same address on the same cycle then 0 reads old data while 1 reads new
72
  
73
 
74
  
75
   DEFAULT
76
   Output read value if cs and rd are not both active 
77
  
78
 
79
 
80
 
81
82
 
83
 
84
 
85
86
 
87
  
88
   addr
89
   Memory address bits
90
  
91
 
92
  
93
   raddr
94
   Memory read address bits
95
  
96
 
97
  
98
   waddr
99
   Memory write address bits
100
  
101
 
102
  
103
   clk
104
   Active high clock
105
  
106
 
107
  
108
   cs
109
   Active high chip select
110
  
111
 
112
  
113
   rd
114
   Active high read enable
115
  
116
 
117
  
118
   wr
119
   Active high write enable
120
  
121
 
122
 
123
  
124
   be
125
   Active high byte enable
126
  
127
 
128
  
129
   rdata
130
   read data out
131
  
132
 
133
  
134
   wdata
135
   write data in
136
  
137
 
138
 
139
140
 
141
 
142
 
143
 
144
 
145
 
146
 
147
 
148
149
 
150
 
151
 
152
 
153
 
154
155
 

powered by: WebSVN 2.1.0

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