Skip to content

Commit 8b2f37d

Browse files
committed
Update readme
1 parent 69de6fd commit 8b2f37d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ Configurable word-based or frame-based asynchronous FIFO with parametrizable
4040
data width, depth, type, and bad frame detection. Supports power of two
4141
depths only.
4242

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+
4350
### axis_broadcast module
4451

4552
AXI stream broadcaster. Duplicates one input stream across multiple output
@@ -72,6 +79,13 @@ Configurable word-based or frame-based synchronous FIFO with parametrizable
7279
data width, depth, type, and bad frame detection. Supports power of two
7380
depths only.
7481

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+
7589
### axis_frame_join module
7690

7791
Frame joiner with optional tag and parametrizable port count. 8 bit data path
@@ -191,12 +205,14 @@ Parametrizable priority encoder.
191205
axis_adapter.v : Parametrizable bus width adapter
192206
axis_arb_mux.v : Parametrizable arbitrated multiplexer
193207
axis_async_fifo.v : Parametrizable asynchronous FIFO
208+
axis_async_fifo_adapter.v : FIFO/width adapter wrapper
194209
axis_broadcast.v : AXI stream broadcaster
195210
axis_cobs_decode.v : COBS decoder
196211
axis_cobs_encode.v : COBS encoder
197212
axis_crosspoint.v : Parametrizable crosspoint switch
198213
axis_demux.v : Parametrizable demultiplexer
199214
axis_fifo.v : Parametrizable synchronous FIFO
215+
axis_fifo_adapter.v : FIFO/width adapter wrapper
200216
axis_frame_join.v : Parametrizable frame joiner
201217
axis_frame_length_adjust.v : Frame length adjuster
202218
axis_frame_length_adjust_fifo.v : Frame length adjuster with FIFO

0 commit comments

Comments
 (0)