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 135

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 134 jt_eaton
2 131 jt_eaton
5
6 135 jt_eaton
xmlns:ipxact="http://www.accellera.org/XMLSchema/IPXACT/1685-2014"
7 131 jt_eaton
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 134 jt_eaton
   byte
44
   Synchronous one-port byte wide ram with byte enable
45 131 jt_eaton
  
46
 
47
 
48 134 jt_eaton
  
49
   word
50
   Synchronous one-port word wide ram with byte enable
51
  
52 131 jt_eaton
 
53 134 jt_eaton
 
54
 
55
 
56 131 jt_eaton
57
 
58
 
59
60
 
61
  
62
   ADDR
63
   Number of address bits
64
  
65
 
66
  
67
   WIDTH
68
   Number of data bits
69
  
70
 
71
  
72
   WORDS
73
   Number of memory words. Must be fully addressable by ADDR address bits
74
  
75
 
76
  
77
   WRITETHRU
78
   If a read and write occur to the same address on the same cycle then 0 reads old data while 1 reads new
79
  
80
 
81
 
82
 
83
84
 
85
 
86
 
87
88
 
89
  
90
   addr
91
   Memory address bits
92
  
93
 
94
  
95
   raddr
96
   Memory read address bits
97
  
98
 
99
  
100
   waddr
101
   Memory write address bits
102
  
103
 
104
  
105
   clk
106
   Active high clock
107
  
108
 
109
  
110
   cs
111
   Active high chip select
112
  
113
 
114
  
115
   rd
116
   Active high read enable
117
  
118
 
119
  
120
   wr
121
   Active high write enable
122
  
123
 
124
 
125
  
126
   be
127
   Active high byte enable
128
  
129
 
130
  
131
   rdata
132
   read data out
133
  
134
 
135
  
136
   wdata
137
   write data in
138
  
139
 
140
 
141
142
 
143
 
144
 
145
 
146
 
147
 
148
 
149
 
150
151
 
152
 
153 134 jt_eaton
154 131 jt_eaton
 
155
 
156
 
157 134 jt_eaton
 
158
 default
159
 def
160
 dp
161
 
162
    ADDR8
163
    WORDS256
164
    WIDTH8
165
    WRITETHRU1
166
 
167
 
168
 
169
 
170
 
171
 
172
 
173
 
174
 byte
175
 byte
176
 
177
    ADDR8
178
    WORDS256
179
    WRITETHRU1
180
 
181
182
 
183
 
184
 
185
 
186
 word
187
 word
188
 
189
    ADDR8
190
    WORDS256
191
    WRITETHRU1
192
 
193
194
 
195
 
196
 
197
 
198
 
199
 
200
 
201
 
202
 
203
 
204
205
 
206 135 jt_eaton
 
207
 
208
 
209
210
 
211
sram/sim
212
 
213
 
214
 
215
 
216
 
217
 
218
219
 
220
 
221
222
sram_sys_lint
223
sys_lint
224
225
  rtl_check
226
227
228
 
229
230
 
231
 
232
 
233
234
 
235
236
default
237
sram_sys_lint
238
239
 
240
241
 
242
 
243
244
 
245
 
246
 
247
 
248
 
249 131 jt_eaton
250
 

powered by: WebSVN 2.1.0

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