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

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [ip.hwp.interface/] [udp_ip/] [1.0/] [ip-xact/] [udp_ip_tx_16bit.absDef.1.0.xml] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 lanttu
2
3
4
        TUT
5
        ip.hwp.interface
6
        udp_ip_tx_16bit.absDef
7
        1.0
8
        
9
        
10
                
11
                        fatal_error_out
12
                        When high, fatal error in ethernet controller. Application must reset.
13
                        
14
                                
15
                                        required
16
                                        1
17
                                        out
18
                                
19
                                false
20
                
21
                
22
                        link_up_out
23
                        When high, link is established between the peers and operations are allowed.
24
                        
25
                                
26
                                        required
27
                                        1
28
                                        out
29
                                
30
                                false
31
                
32
                
33
                        new_tx_in
34
                        Set this high simultaneously with tx_len, target_addr, target_port, source_port, first tx_data and tx_data_valid to initiate a new tx operation. Creating packet headers will take a few dozens clock cycles. Operation is acknowledged when the tx_re is asserted for the first word.
35
                        
36
                                
37
                                        required
38
                                        1
39
                                        in
40
                                
41
                                false
42
                
43
                
44
                        no_arp_target_MAC_in
45
                        IF you have disabled ARP: Supply the destination MAC addres for TX operations
46
                        
47
                                
48
                                        optional
49
                                        48
50
                                        in
51
                                
52
                                0
53
                        
54
                
55
                
56
                        source_port_in
57
                        Source IP port number for a new tx operation.
58
                        
59
                                
60
                                        required
61
                                        16
62
                                        in
63
                                
64
                                false
65
                
66
                
67
                        target_addr_in
68
                        Destination IP address for a new tx operation
69
                        
70
                                
71
                                        required
72
                                        32
73
                                        in
74
                                
75
                                false
76
                
77
                
78
                        target_port_in
79
                        Destination IP port number for a new tx operation
80
                        
81
                                
82
                                        required
83
                                        16
84
                                        in
85
                                
86
                                false
87
                
88
                
89
                        tx_data_in
90
                        Data to be sent, one word at a time. The first data must be available when new_tx is asserted.
91
                        
92
                                
93
                                        required
94
                                        16
95
                                        in
96
                                
97
                                false
98
                
99
                
100
                        tx_data_valid_in
101
                        Set this high simultaneously with the data input.
102
                        
103
                                
104
                                        required
105
                                        1
106
                                        in
107
                                
108
                                false
109
                
110
                
111
                        tx_len_in
112
                        Length of packet payload for the new tx operation IN BYTES.
113
                        
114
                                
115
                                        required
116
                                        11
117
                                        in
118
                                
119
                                false
120
                
121
                
122
                        tx_re_out
123
                        Acknowledges a read of tx_data. You can update the next word after this.
124
                        
125
                                
126
                                        required
127
                                        1
128
                                        out
129
                                
130
                                false
131
                
132
        
133

powered by: WebSVN 2.1.0

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