Skip to content

Commit ceedd0f

Browse files
committed
Update readme
1 parent 312d90a commit ceedd0f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ necessary.
3232
Frame-aware AXI stream arbitrated muliplexer with parametrizable data width
3333
and port count. Supports priority and round-robin arbitration.
3434

35+
Wrappers can generated with axis_arb_mux_wrap.py.
36+
3537
### axis_async_fifo module
3638

3739
Configurable word-based or frame-based asynchronous FIFO with parametrizable
@@ -52,7 +54,7 @@ Configurable zero insertion.
5254
Basic crosspoint switch. tready signal not supported. Parametrizable data
5355
width.
5456

55-
Can be generated with arbitrary port counts with axis_crosspoint.py.
57+
Wrappers can generated with axis_crosspoint_wrap.py.
5658

5759
### axis_demux module
5860

@@ -70,6 +72,8 @@ depths only.
7072
Frame joiner with optional tag and parametrizable port count. 8 bit data path
7173
only.
7274

75+
Wrappers can generated with axis_frame_join_wrap.py.
76+
7377
### axis_frame_length_adjust module
7478

7579
Frame length adjuster module. Truncates or pads frames as necessary to meet
@@ -94,6 +98,8 @@ AXI stream to LocalLink bridge.
9498
Frame-aware AXI stream muliplexer with parametrizable data width and port
9599
count.
96100

101+
Wrappers can generated with axis_mux_wrap.py.
102+
97103
### axis_rate_limit module
98104

99105
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.
127133

128134
Frame-aware AXI stream switch with parametrizable data width and port count.
129135

136+
Wrappers can generated with axis_switch_wrap.py.
137+
130138
### axis_tap module
131139

132140
AXI stream tap module. Used to make a copy of an AXI stream bus without

0 commit comments

Comments
 (0)