Skip to content

Commit dc58a60

Browse files
committed
Add axi_fifo_delay_dyn to delay AXI signals
1 parent f7f835e commit dc58a60

File tree

5 files changed

+447
-0
lines changed

5 files changed

+447
-0
lines changed

Bender.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ sources:
4747
- src/axi_dw_downsizer.sv
4848
- src/axi_dw_upsizer.sv
4949
- src/axi_fifo.sv
50+
- src/axi_fifo_delay_dyn.sv
5051
- src/axi_id_remap.sv
5152
- src/axi_id_prepend.sv
5253
- src/axi_isolate.sv

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ The following modules are meant to be used for verification purposes only but ar
8080
| Name | Description |
8181
|------------------------------------------------------|---------------------------------------------------------------------------------------------------------|
8282
| [`axi_bus_compare`](src/axi_bus_compare.sv) | Compares two buses of the same type (and in the same clock domain), returns events on mismatch. |
83+
| [`axi_fifo_delay_dyn`](src/axi_fifo_delay_dyn.sv) | Delay and buffer each channel of an AXI bus individually. |
8384
| [`axi_slave_compare`](src/axi_slave_compare.sv) | Compares two slave devices of the same type (and in the same clock domain), returns events on mismatch. |
8485

86+
8587
### Simulation-Only Modules
8688

8789
In addition to the modules above, which are available in synthesis and simulation, the following modules are available only in simulation. Those modules are widely used in our testbenches, but they are also suitable to build testbenches for AXI modules and systems outside this repository.

axi.core

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ filesets:
2727
- src/axi_dw_downsizer.sv
2828
- src/axi_dw_upsizer.sv
2929
- src/axi_fifo.sv
30+
- src/axi_fifo_delay_dyn.sv
3031
- src/axi_id_remap.sv
3132
- src/axi_id_prepend.sv
3233
- src/axi_isolate.sv

0 commit comments

Comments
 (0)