@@ -32,6 +32,8 @@ necessary.
32
32
Frame-aware AXI stream arbitrated muliplexer with parametrizable data width
33
33
and port count. Supports priority and round-robin arbitration.
34
34
35
+ Wrappers can generated with axis_arb_mux_wrap.py.
36
+
35
37
### axis_async_fifo module
36
38
37
39
Configurable word-based or frame-based asynchronous FIFO with parametrizable
@@ -52,7 +54,7 @@ Configurable zero insertion.
52
54
Basic crosspoint switch. tready signal not supported. Parametrizable data
53
55
width.
54
56
55
- Can be generated with arbitrary port counts with axis_crosspoint .py.
57
+ Wrappers can generated with axis_crosspoint_wrap .py.
56
58
57
59
### axis_demux module
58
60
@@ -70,6 +72,8 @@ depths only.
70
72
Frame joiner with optional tag and parametrizable port count. 8 bit data path
71
73
only.
72
74
75
+ Wrappers can generated with axis_frame_join_wrap.py.
76
+
73
77
### axis_frame_length_adjust module
74
78
75
79
Frame length adjuster module. Truncates or pads frames as necessary to meet
@@ -94,6 +98,8 @@ AXI stream to LocalLink bridge.
94
98
Frame-aware AXI stream muliplexer with parametrizable data width and port
95
99
count.
96
100
101
+ Wrappers can generated with axis_mux_wrap.py.
102
+
97
103
### axis_rate_limit module
98
104
99
105
Fractional rate limiter, supports word and frame modes. Inserts wait states
@@ -127,6 +133,8 @@ monolithic frame from multiple monitored points with the same trigger.
127
133
128
134
Frame-aware AXI stream switch with parametrizable data width and port count.
129
135
136
+ Wrappers can generated with axis_switch_wrap.py.
137
+
130
138
### axis_tap module
131
139
132
140
AXI stream tap module. Used to make a copy of an AXI stream bus without
0 commit comments