@@ -40,6 +40,13 @@ Configurable word-based or frame-based asynchronous FIFO with parametrizable
40
40
data width, depth, type, and bad frame detection. Supports power of two
41
41
depths only.
42
42
43
+ ### axis_async_fifo_adapter module
44
+
45
+ Configurable word-based or frame-based asynchronous FIFO with parametrizable
46
+ data width, depth, type, and bad frame detection. Supports different input
47
+ and output data widths, inserting an axis_adapter instance appropriately.
48
+ Supports power of two depths only.
49
+
43
50
### axis_broadcast module
44
51
45
52
AXI stream broadcaster. Duplicates one input stream across multiple output
@@ -72,6 +79,13 @@ Configurable word-based or frame-based synchronous FIFO with parametrizable
72
79
data width, depth, type, and bad frame detection. Supports power of two
73
80
depths only.
74
81
82
+ ### axis_fifo_adapter module
83
+
84
+ Configurable word-based or frame-based synchronous FIFO with parametrizable
85
+ data width, depth, type, and bad frame detection. Supports different input
86
+ and output data widths, inserting an axis_adapter instance appropriately.
87
+ Supports power of two depths only.
88
+
75
89
### axis_frame_join module
76
90
77
91
Frame joiner with optional tag and parametrizable port count. 8 bit data path
@@ -191,12 +205,14 @@ Parametrizable priority encoder.
191
205
axis_adapter.v : Parametrizable bus width adapter
192
206
axis_arb_mux.v : Parametrizable arbitrated multiplexer
193
207
axis_async_fifo.v : Parametrizable asynchronous FIFO
208
+ axis_async_fifo_adapter.v : FIFO/width adapter wrapper
194
209
axis_broadcast.v : AXI stream broadcaster
195
210
axis_cobs_decode.v : COBS decoder
196
211
axis_cobs_encode.v : COBS encoder
197
212
axis_crosspoint.v : Parametrizable crosspoint switch
198
213
axis_demux.v : Parametrizable demultiplexer
199
214
axis_fifo.v : Parametrizable synchronous FIFO
215
+ axis_fifo_adapter.v : FIFO/width adapter wrapper
200
216
axis_frame_join.v : Parametrizable frame joiner
201
217
axis_frame_length_adjust.v : Frame length adjuster
202
218
axis_frame_length_adjust_fifo.v : Frame length adjuster with FIFO
0 commit comments