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

Subversion Repositories socgen

[/] [socgen/] [trunk/] [common/] [opencores.org/] [cde/] [ip/] [fifo/] [rtl/] [xml/] [cde_fifo_def.xml] - Blame information for rev 133

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
xsi:schemaLocation="http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009
10
http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009/index.xsd">
11
 
12
opencores.org
13
cde
14
fifo
15
def  default
16
 
17
 
18
 
19
20
 
21
 
22
 
23
 
24
 
25
 
26
 
27
28
 
29
 
30
 
31
32
 
33
   
34
      fs-sim
35
 
36
 
37
      
38
dest_dir
39
        ../verilog/
40
        verilogSourcelibraryDir
41
      
42
 
43
  
44
 
45
 
46
   
47
      fs-syn
48
 
49
      
50
dest_dir
51
        ../verilog/
52
        verilogSourcelibraryDir
53
      
54
 
55
 
56
 
57
   
58
 
59
    
60
 
61
      fs-lint
62
      
63
        dest_dir../verilog/
64
        verilogSourcelibraryDir
65
      
66
 
67
    
68
 
69
 
70
 
71
 
72
 
73
74
 
75
 
76
 
77
 
78
 
79
 
80
 
81
82
       
83
 
84
              
85
              Hierarchical
86
 
87
              
88
                                   spirit:library="cde"
89
                                   spirit:name="fifo"
90
                                   spirit:version="def.design"/>
91
              
92
 
93
              
94
              sim:*Simulation:*
95
 
96
              Verilog
97
              
98
                     
99
                            fs-sim
100
                     
101
              
102
 
103
              
104
              syn:*Synthesis:*
105
 
106
              Verilog
107
              
108
                     
109
                            fs-syn
110
                     
111
              
112
 
113
 
114
 
115
 
116
        
117
              doc
118
              
119
              
120
                                   spirit:library="Testbench"
121
                                   spirit:name="toolflow"
122
                                   spirit:version="documentation"/>
123
              
124
              :*Documentation:*
125
              Verilog
126
              
127
 
128
 
129
 
130
 
131
 
132
      
133
 
134
 
135
 
136
137
WIDTH8
138
SIZE2
139
WORDS4
140 133 jt_eaton
DEFAULT8'hff
141 131 jt_eaton
142
 
143
 
144
145
 
146
clk
147
wire
148
in
149
150
 
151
reset
152
wire
153
in
154
155
 
156
push
157
wire
158
in
159
160
 
161
pop
162
wire
163
in
164
165
 
166
 
167
 
168
 
169
din
170
wire
171
in
172
WIDTH-10
173
174
 
175
 
176
dout
177
reg
178
out
179
WIDTH-10
180
181
 
182
 
183
full
184
reg
185
out
186
187
 
188
empty
189
reg
190
out
191
192
 
193
over_run
194
reg
195
out
196
197
 
198
under_run
199
reg
200
out
201
202
 
203
 
204
205
 
206
207
 
208
 
209
 
210
 
211
 
212
 
213
 
214
 
215

powered by: WebSVN 2.1.0

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