Skip to content

Commit

Permalink
treewide: Remove src/future, update common_cells reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Mar 7, 2024
1 parent 5f80c7d commit c084c84
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 285 deletions.
4 changes: 2 additions & 2 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ packages:
- common_verification
- tech_cells_generic
common_cells:
revision: 2bd027cb87eaa9bf7d17196ec5f69864b35b630f
version: 1.32.0
revision: 13f28aa0021fc22c0d01a12d618fda58d2c93239
version: 1.33.0
source:
Git: https://github.com/pulp-platform/common_cells.git
dependencies:
Expand Down
8 changes: 3 additions & 5 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package:
- "Axel Vanoni <[email protected]>"

dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.32.0 }
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.33.0 }
common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.3 }
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.1 }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.3 }
Expand Down Expand Up @@ -44,13 +44,12 @@ sources:
- src/backend/idma_error_handler.sv
- src/backend/idma_init_read.sv
- src/backend/idma_init_write.sv
- src/backend/idma_legalizer_page_splitter.sv
- src/backend/idma_legalizer_pow2_splitter.sv
- src/backend/idma_obi_read.sv
- src/backend/idma_obi_write.sv
- src/backend/idma_tilelink_read.sv
- src/backend/idma_tilelink_write.sv
- src/future/idma_improved_fifo.sv
- src/future/idma_legalizer_page_splitter.sv
- src/future/idma_legalizer_pow2_splitter.sv

# Generated content
- target: rtl
Expand Down Expand Up @@ -114,7 +113,6 @@ sources:
- test/future/idma_tb_per2axi.sv
- test/future/idma_obi_asserter.sv
- test/future/TLToAXI4.v
- test/future/tb_idma_improved_fifo.sv
- test/midend/tb_idma_nd_midend.sv
- test/midend/tb_idma_rt_midend.sv
# Level 2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.6.0-beta
4 changes: 2 additions & 2 deletions src/backend/idma_dataflow_element.sv
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ module idma_dataflow_element #(

// buffer is implemented as an array of FIFOs
for (genvar i = 0; i < StrbWidth; i++) begin : gen_fifo_buffer
idma_improved_fifo #(
passthrough_stream_fifo #(
.type_t ( byte_t ),
.Depth ( BufferDepth ),
.PrintInfo ( PrintFifoInfo )
) i_byte_buffer (
) i_passthrough_stream_fifo (
.clk_i,
.rst_ni,
.testmode_i,
Expand Down
File renamed without changes.
File renamed without changes.
142 changes: 0 additions & 142 deletions src/future/idma_improved_fifo.sv

This file was deleted.

133 changes: 0 additions & 133 deletions test/future/tb_idma_improved_fifo.sv

This file was deleted.

0 comments on commit c084c84

Please sign in to comment.