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

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [soc/] [udp_flood_example_dm9000a/] [1.0/] [ip_xact/] [udp_flood_example_dm9000a.1.0.xml] - Blame information for rev 157

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 lanttu
2 157 lanttu
3
4
5
6 145 lanttu
7
        TUT
8
        soc
9
        udp_flood_example_dm9000a
10
        1.0
11
        Simple example to test the connection FPGA -> PC.
12
 
13
Flooder unit sends all the time, UDP/IP block transfers them to PC. Designer can use netstat, netcat, wireshark or similar to catch the packet at the PC's end.
14
        
15
                
16
                        DM9000A
17
                        Connection to DM9000A chip (Ethernet PHY) found e.g. in DE2 board. Expects 25 MHz clock.
18
                        
19
                        
20
                        
21
                        false
22
                        
23
                                
24
                                        
25
                                                eth_chip_sel_out
26
                                        
27
                                        
28
                                                DM9000A_eth_chip_sel_out
29
                                        
30
                                
31
                                
32
                                        
33
                                                eth_clk_out
34
                                        
35
                                        
36
                                                DM9000A_eth_clk_out
37
                                        
38
                                
39
                                
40
                                        
41
                                                eth_cmd_out
42
                                        
43
                                        
44
                                                DM9000A_eth_cmd_out
45
                                        
46
                                
47
                                
48
                                        
49
                                                eth_data_inout
50
                                        
51
                                        
52
                                                DM9000A_eth_data_inout
53
                                        
54
                                
55
                                
56
                                        
57
                                                eth_interrupt_in
58
                                        
59
                                        
60
                                                DM9000A_eth_interrupt_in
61
                                        
62
                                
63
                                
64
                                        
65
                                                eth_read_out
66
                                        
67
                                        
68
                                                DM9000A_eth_read_out
69
                                        
70
                                
71
                                
72
                                        
73
                                                eth_reset_out
74
                                        
75
                                        
76
                                                DM9000A_eth_reset_out
77
                                        
78
                                
79
                                
80
                                        
81
                                                eth_write_out
82
                                        
83
                                        
84
                                                DM9000A_eth_write_out
85
                                        
86
                                
87
                        
88
                        8
89
                        little
90
                
91
                
92
                        link_up_out
93
                        1-bit status
94
                        
95
                        
96
                        
97
                        false
98
                        
99
                                
100
                                        
101
                                                gpio_out
102
                                        
103
                                        
104
                                                link_up_out_gpio_out
105
                                        
106
                                
107
                        
108
                        8
109
                        little
110
                
111
                
112
                        rst_n
113
                        Active-low reset
114
                        
115
                        
116
                        
117
                        false
118
                        
119
                                
120
                                        
121
                                                RESETn
122
                                        
123
                                        
124
                                                rst_n_RESETn
125
                                        
126
                                
127
                        
128
                        8
129
                        little
130
                
131 157 lanttu
                
132
                        clk_in
133
                        Clock input.
134
                        
135
                        
136
                        
137
                        false
138
                        
139
                                
140
                                        
141
                                                CLK
142
                                        
143
                                        
144
                                                clk_in_CLK
145
                                        
146
                                
147
                        
148
                        8
149
                        little
150
                
151 145 lanttu
        
152
        
153
                
154
                        
155
                                kactusHierarchical
156
                                
157
                                
158
                                
159
                                        rtl
160
                                
161
                        
162
                        
163
                                rtl
164
                                VHDL::
165
                                vhdl
166
                                udp_flood_example_dm9000a(top_level)
167
                                
168
                                        vhdlSource
169
                                
170
                        
171
                
172
                
173
                        
174
                                DM9000A_eth_chip_sel_out
175
                                
176
                                        out
177
                                        
178
                                                0
179
                                                0
180
                                        
181
                                        
182
                                                
183
                                                        std_logic
184
                                                        IEEE.std_logic_1164.all
185
                                                        kactusHierarchical
186
                                                        rtl
187
                                                
188
                                        
189
                                
190
                                
191
                        
192
                        
193
                                DM9000A_eth_clk_out
194
                                
195
                                        out
196
                                        
197
                                                0
198
                                                0
199
                                        
200
                                        
201
                                                
202
                                                        std_logic
203
                                                        IEEE.std_logic_1164.all
204
                                                        kactusHierarchical
205
                                                        rtl
206
                                                
207
                                        
208
                                
209
                                
210
                        
211
                        
212
                                DM9000A_eth_cmd_out
213
                                
214
                                        out
215
                                        
216
                                                0
217
                                                0
218
                                        
219
                                        
220
                                                
221
                                                        std_logic
222
                                                        IEEE.std_logic_1164.all
223
                                                        kactusHierarchical
224
                                                        rtl
225
                                                
226
                                        
227
                                
228
                                
229
                        
230
                        
231
                                DM9000A_eth_data_inout
232
                                
233
                                        inout
234
                                        
235
                                                15
236
                                                0
237
                                        
238
                                        
239
                                                
240
                                                        std_logic_vector
241
                                                        IEEE.std_logic_1164.all
242
                                                        kactusHierarchical
243
                                                        rtl
244
                                                
245
                                        
246
                                
247
                                
248
                        
249
                        
250
                                DM9000A_eth_interrupt_in
251
                                
252
                                        in
253
                                        
254
                                                0
255
                                                0
256
                                        
257
                                        
258
                                                
259
                                                        std_logic
260
                                                        IEEE.std_logic_1164.all
261
                                                        kactusHierarchical
262
                                                        rtl
263
                                                
264
                                        
265
                                
266
                                
267
                        
268
                        
269
                                DM9000A_eth_read_out
270
                                
271
                                        out
272
                                        
273
                                                0
274
                                                0
275
                                        
276
                                        
277
                                                
278
                                                        std_logic
279
                                                        IEEE.std_logic_1164.all
280
                                                        kactusHierarchical
281
                                                        rtl
282
                                                
283
                                        
284
                                
285
                                
286
                        
287
                        
288
                                DM9000A_eth_reset_out
289
                                
290
                                        out
291
                                        
292
                                                0
293
                                                0
294
                                        
295
                                        
296
                                                
297
                                                        std_logic
298
                                                        IEEE.std_logic_1164.all
299
                                                        kactusHierarchical
300
                                                        rtl
301
                                                
302
                                        
303
                                
304
                                
305
                        
306
                        
307
                                DM9000A_eth_write_out
308
                                
309
                                        out
310
                                        
311
                                                0
312
                                                0
313
                                        
314
                                        
315
                                                
316
                                                        std_logic
317
                                                        IEEE.std_logic_1164.all
318
                                                        kactusHierarchical
319
                                                        rtl
320
                                                
321
                                        
322
                                
323
                                
324
                        
325
                        
326
                                clk_in_CLK
327
                                
328
                                        in
329
                                        
330
                                                
331
                                                        std_logic
332
                                                        IEEE.std_logic_1164.all
333
                                                        kactusHierarchical
334
                                                        rtl
335
                                                
336
                                        
337
                                
338
                                
339
                        
340
                        
341
                                link_up_out_gpio_out
342
                                
343
                                        out
344
                                        
345
                                                
346
                                                        std_logic
347
                                                        IEEE.std_logic_1164.all
348
                                                        kactusHierarchical
349
                                                        rtl
350
                                                
351
                                        
352
                                
353
                                
354
                        
355
                        
356
                                rst_n_RESETn
357
                                
358
                                        in
359
                                        
360
                                                
361
                                                        std_logic
362
                                                        IEEE.std_logic_1164.all
363
                                                        kactusHierarchical
364
                                                        rtl
365
                                                
366
                                        
367
                                        
368
                                                Active-low
369
                                        
370
                                
371
                                
372
                        
373
                
374
        
375
        
376
                
377
                        vhdlSource
378
                        Top-level vhd generated by Kactus.
379
                        sourceFiles
380
                        
381
                                ../vhd/udp_flood_example_dm9000a.vhd
382
                                vhdlSource
383
                                true
384
                                work
385
                                
386
                                        vcom
387
                                        -quiet -check_synthesis -work work
388
                                        true
389
                                
390
                        
391
                        
392
                                vhdlSource
393
                                vcom
394
                                -work work -quiet -check_synthesis
395
                                false
396
                        
397
                
398
                
399
                        quartusFiles
400
                        Pin map settings that will be used by Quartus genrator.
401
                        
402
                                ../../../../ip.hwp.interface/udp_ip/1.0/syn/udp_ip_dm9000a_de2_assignments.qsf
403
                                quartusPinmap
404
                                false
405
                        
406
                
407
                
408
                        simulation
409
                        
410
                                ../sim/sim.do
411
                                modelsimScript
412
                                false
413
                                Executes simulation. Uses force commands to create clock and reset.
414
 
415
Note that PLL requires simulation resolution of 1 ps.
416
                        
417
                        
418
                                ../sim/all_waves.do
419
                                modelsimScript
420
                                false
421
                                Adds the necessary signals to wave window and formats them. Called by sim.do.
422
                        
423
                        
424
                                ../sim/compile_all.do
425
                                modelsimScript
426
                                false
427
                                Compile "all" VHDL files (except Altera's simulation models).
428
429
                        
430
                        
431
                                ../sim/compile_altera.do
432
                                modelsimScript
433
                                false
434
                                Compiles Altera's simulation models.
435
 
436
Please edit the path definitions to match your Quartus installation directory.
437
                        
438
                        
439
                                modelsimScript
440
                                do <scriptname.do>
441
                                false
442
                        
443
                
444
                
445
                        doc
446
                        
447
                                ../doc/setup.pptx
448
                                powerPoint
449
                                false
450
                        
451
                
452
        
453
        
454
                
455
                        
456
                                Global
457
                                Mutable
458
                        
459
                
460
        
461

powered by: WebSVN 2.1.0

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