Skip to content

Commit

Permalink
Bump redundancy_cells
Browse files Browse the repository at this point in the history
  • Loading branch information
ricted98 committed Feb 13, 2024
1 parent a20ab34 commit c59f3da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ packages:
- hwpe-stream
- tech_cells_generic
redundancy_cells:
revision: 651441e4a6459f84f3dde4242cf34961925a2142
revision: c37bdb47339bf70e8323de8df14ea8bbeafb6583
version: null
source:
Git: https://github.com/pulp-platform/redundancy_cells.git
Expand Down
8 changes: 4 additions & 4 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

package:
name: pulp_cluster
authors:
authors:
- "Pirmin Vogel <vogelpi@lowrisc.org>"
- "Angelo Garofalo <angelo.garofalo@unibo.it>"
- "Francesco Conti <f.conti@unibo.it>"
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies:
hci: { git: "https://github.com/pulp-platform/hci.git", rev: v1.1 }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", rev: 19163bb5191d2669a8cbc267cdd4ce8e60f20746 } # branch: master
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.29.0 }
redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: 651441e4a6459f84f3dde4242cf34961925a2142 } # branch: astral_rebase
redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: c37bdb47339bf70e8323de8df14ea8bbeafb6583 } # branch: astral_rebase
redmule: { git: "https://github.com/pulp-platform/redmule.git", rev: 1b30b0b9a31afa702eb2d166d672ceda2f5d463a } # branch: astral

export_include_dirs:
Expand Down Expand Up @@ -79,7 +79,7 @@ sources:
TRACE_EXECUTION: ~
# Level 3
- rtl/pulp_cluster.sv

- target: test
files:
- tb/mock_uart.sv
Expand All @@ -90,4 +90,4 @@ sources:
- target: cluster_standalone
files:
- include/pulp_interfaces.sv

0 comments on commit c59f3da

Please sign in to comment.