Skip to content

Commit

Permalink
library/axi_dmac/tb: Updated unit level testbenches after framelock (#…
Browse files Browse the repository at this point in the history
…1519)

Signed-off-by: Istvan-Zsolt Szekely <[email protected]>
  • Loading branch information
IstvanZsSzekely authored Nov 20, 2024
1 parent 8b55a66 commit b0ecd13
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library/axi_dmac/tb/dma_read_shutdown_tb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SOURCE="$0.v"
SOURCE+=" axi_read_slave.v axi_slave.v"
SOURCE+=" ../axi_dmac_transfer.v ../request_arb.v ../request_generator.v ../splitter.v"
SOURCE+=" ../axi_dmac_transfer.v ../request_arb.v ../request_generator.v ../splitter.v ../axi_dmac_ext_sync.v"
SOURCE+=" ../dmac_2d_transfer.v"
SOURCE+=" ../axi_dmac_resize_src.v ../axi_dmac_resize_dest.v"
SOURCE+=" ../axi_dmac_burst_memory.v"
Expand Down
2 changes: 1 addition & 1 deletion library/axi_dmac/tb/dma_read_tb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SOURCE="dma_read_tb.v"
SOURCE+=" axi_read_slave.v axi_slave.v"
SOURCE+=" ../axi_dmac_transfer.v ../dmac_2d_transfer.v ../request_arb.v ../request_generator.v ../splitter.v"
SOURCE+=" ../axi_dmac_transfer.v ../dmac_2d_transfer.v ../request_arb.v ../request_generator.v ../splitter.v ../axi_dmac_ext_sync.v"
SOURCE+=" ../axi_dmac_resize_src.v ../axi_dmac_resize_dest.v"
SOURCE+=" ../axi_dmac_burst_memory.v"
SOURCE+=" ../axi_dmac_reset_manager.v ../axi_register_slice.v"
Expand Down
2 changes: 1 addition & 1 deletion library/axi_dmac/tb/dma_write_shutdown_tb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SOURCE="$0.v"
SOURCE+=" axi_write_slave.v axi_slave.v"
SOURCE+=" ../axi_dmac_transfer.v ../request_arb.v ../request_generator.v ../splitter.v"
SOURCE+=" ../axi_dmac_transfer.v ../request_arb.v ../request_generator.v ../splitter.v ../axi_dmac_ext_sync.v"
SOURCE+=" ../dmac_2d_transfer.v"
SOURCE+=" ../axi_dmac_resize_src.v ../axi_dmac_resize_dest.v"
SOURCE+=" ../axi_dmac_burst_memory.v"
Expand Down
2 changes: 1 addition & 1 deletion library/axi_dmac/tb/dma_write_tb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SOURCE="dma_write_tb.v"
SOURCE+=" axi_write_slave.v axi_slave.v"
SOURCE+=" ../axi_dmac_transfer.v ../dmac_2d_transfer.v ../request_arb.v ../request_generator.v ../splitter.v"
SOURCE+=" ../axi_dmac_transfer.v ../dmac_2d_transfer.v ../request_arb.v ../request_generator.v ../splitter.v ../axi_dmac_ext_sync.v"
SOURCE+=" ../axi_dmac_resize_src.v ../axi_dmac_resize_dest.v"
SOURCE+=" ../axi_dmac_burst_memory.v"
SOURCE+=" ../axi_dmac_reset_manager.v ../data_mover.v ../axi_register_slice.v"
Expand Down

0 comments on commit b0ecd13

Please sign in to comment.