diff --git a/Bender.lock b/Bender.lock index 08ac048fb..e13bc0616 100644 --- a/Bender.lock +++ b/Bender.lock @@ -6,16 +6,6 @@ packages: Git: https://github.com/pulp-platform/apb.git dependencies: - common_cells - ariane: - revision: c775c338235731a053216861eacd6ba4d0234b5c - version: null - source: - Git: https://github.com/mp-17/cva6.git - dependencies: - - axi - - common_cells - - fpnew - - tech_cells_generic axi: revision: fccffb5953ec8564218ba05e20adbedec845e014 version: 0.39.1 @@ -39,11 +29,21 @@ packages: source: Git: https://github.com/pulp-platform/common_verification.git dependencies: [] + cva6: + revision: 73e3f6c89e3554ddd69209b4508a542568efb2d4 + version: null + source: + Git: https://github.com/mp-17/cva6.git + dependencies: + - axi + - common_cells + - fpnew + - tech_cells_generic fpnew: revision: f231041c610f270ffc03cbdac38739ddb6426572 version: null source: - Git: https://github.com/openhwgroup/cvfpu.git + Git: https://github.com/pulp-platform/cvfpu.git dependencies: - common_cells - fpu_div_sqrt_mvp diff --git a/Bender.yml b/Bender.yml index 4cf561e9f..23fba1526 100644 --- a/Bender.yml +++ b/Bender.yml @@ -10,7 +10,7 @@ package: dependencies: axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.1 } common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.22.1 } - ariane: { git: "https://github.com/mp-17/cva6.git", rev: c775c338235731a053216861eacd6ba4d0234b5c } # rebase/ara_cheshire_ara_repo + cva6: { git: "https://github.com/mp-17/cva6.git", rev: 73e3f6c89e3554ddd69209b4508a542568efb2d4 } # rebase/pulp-v1-os tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.13 } apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.4 }