Skip to content

Commit

Permalink
Bump CVA6 and redundancy cells. Block AXI RT versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Jan 30, 2024
1 parent 74756f8 commit 83666b6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
25 changes: 13 additions & 12 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
revision: 77ddf073f194d44b9119949d2421be59789e69ae
version: 0.2.4
source:
Git: https://github.com/pulp-platform/apb.git
Git: https://github.com/pulp-platform/apb
dependencies:
- common_cells
apb_uart:
Expand All @@ -15,10 +15,10 @@ packages:
- apb
- register_interface
axi:
revision: fccffb5953ec8564218ba05e20adbedec845e014
version: 0.39.1
revision: 4fb5a02ef5c96396ac2157bcaf09bb6a05b6a87d
version: null
source:
Git: https://github.com/pulp-platform/axi.git
Git: https://github.com/pulp-platform/axi
dependencies:
- common_cells
- common_verification
Expand Down Expand Up @@ -62,8 +62,8 @@ packages:
- common_cells
- register_interface
clic:
revision: 0ff9f07e0a492bff046dfe24399b1e1e82d557b7
version: 3.0.0-for-carfield
revision: 94e2a77143053f1a2a72c88989616c89e05854fc
version: null
source:
Git: https://github.com/pulp-platform/clic.git
dependencies:
Expand Down Expand Up @@ -92,17 +92,18 @@ packages:
Git: https://github.com/pulp-platform/common_verification.git
dependencies: []
cva6:
revision: 6503a4c88ff2e274724cbebce8d25fb883d8b8a8
revision: 6c985d0c48b9ef586e81472ecc8054276cf26a0e
version: null
source:
Git: https://github.com/pulp-platform/cva6.git
dependencies:
- axi
- common_cells
- fpnew
- redundancy_cells
- tech_cells_generic
fpnew:
revision: a8e0cba6dd50f357ece73c2c955d96efc3c6c315
revision: f231041c610f270ffc03cbdac38739ddb6426572
version: null
source:
Git: https://github.com/pulp-platform/cvfpu.git
Expand All @@ -120,7 +121,7 @@ packages:
revision: ca1b28816a3706be0bf9ce01378246d5346384f0
version: 0.5.1
source:
Git: https://github.com/pulp-platform/idma.git
Git: https://github.com/pulp-platform/iDMA.git
dependencies:
- axi
- common_cells
Expand All @@ -145,7 +146,7 @@ packages:
- register_interface
- tech_cells_generic
redundancy_cells:
revision: 3fbd080e479f194f68e51dbe262e62c4362868bd
revision: 651441e4a6459f84f3dde4242cf34961925a2142
version: null
source:
Git: https://github.com/pulp-platform/redundancy_cells.git
Expand All @@ -165,8 +166,8 @@ packages:
- common_cells
- common_verification
riscv-dbg:
revision: 138d74bcaa90c70180c12215db3776813d2a95f2
version: 0.8.0
revision: 358f90110220adf7a083f8b65d157e836d706236
version: 0.8.1
source:
Git: https://github.com/pulp-platform/riscv-dbg.git
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ dependencies:
axi: { git: "https://github.com/pulp-platform/axi", rev: 4fb5a02 }
axi_llc: { git: "https://github.com/pulp-platform/axi_llc", rev: d79a00b } # branch: astral
axi_riscv_atomics: { git: "https://github.com/pulp-platform/axi_riscv_atomics.git", version: 0.8.1 }
axi_rt: { git: "https://github.com/pulp-platform/axi_rt.git", version: 0.0.0-alpha.4 }
axi_rt: { git: "https://github.com/pulp-platform/axi_rt.git", version: =0.0.0-alpha.4 }
axi_vga: { git: "https://github.com/pulp-platform/axi_vga.git", version: 0.1.1 }
clic: { git: "https://github.com/pulp-platform/clic.git", rev: "94e2a77" } # branch: aottaviano/dev
clint: { git: "https://github.com/pulp-platform/clint.git", version: 0.2.0 }
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.32.0 }
common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.0 }
cva6: { git: "https://github.com/pulp-platform/cva6.git", rev: "6503a4c" } # branch: astral
cva6: { git: "https://github.com/pulp-platform/cva6.git", rev: "6c985d0" } # branch: astral
iDMA: { git: "https://github.com/pulp-platform/iDMA.git", version: 0.5.1 }
irq_router: { git: "https://github.com/pulp-platform/irq_router.git", version: 0.0.1-beta.1 }
opentitan_peripherals: { git: "https://github.com/pulp-platform/opentitan_peripherals.git", version: 0.4.0 }
redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: "3fbd080e" } # branch: astral
redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: "651441e4" } # branch: astral_rebase
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", rev: "e4b20be8" } # branch: astral
riscv-dbg: { git: "https://github.com/pulp-platform/riscv-dbg.git", version: 0.8.0 }
serial_link: { git: "https://github.com/pulp-platform/serial_link.git", version: 1.1.0 }
Expand Down

0 comments on commit 83666b6

Please sign in to comment.