Skip to content

Commit

Permalink
Merge pull request #51 from pulp-platform/yt/dependendencies
Browse files Browse the repository at this point in the history
Remove deprecated dependencies.
  • Loading branch information
yvantor authored Feb 20, 2024
2 parents fb2853d + a47e905 commit b9c145d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Bender.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
overrides:
axi : { git: "https://github.com/pulp-platform/axi.git" , version: =0.39.1-beta }
axi : { git: "https://github.com/pulp-platform/axi.git" , version: =0.39.1 }
register_interface : { git: "https://github.com/pulp-platform/register_interface.git" , rev: 19163bb5191d2669a8cbc267cdd4ce8e60f20746 } # branch: master
cluster_interconnect: { git: "https://github.com/pulp-platform/cluster_interconnect.git", rev: 89e1019d64a86425211be6200770576cbdf3e8b3 } # branch: assertion-fix
23 changes: 7 additions & 16 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ packages:
dependencies:
- common_cells
axi:
revision: da423834b45f2e1878ecb28a11dc5b72b437f9c1
version: 0.39.1-beta
revision: fccffb5953ec8564218ba05e20adbedec845e014
version: 0.39.1
source:
Git: https://github.com/pulp-platform/axi.git
dependencies:
Expand All @@ -30,19 +30,11 @@ packages:
Git: https://github.com/pulp-platform/axi2per.git
dependencies:
- axi_slice
axi_node:
revision: e2d038004c5b8cec9dd3bb9d23ad0bee72f9d908
version: 1.1.4
source:
Git: git@github.com:pulp-platform/axi_node.git
dependencies:
- axi
- common_cells
axi_slice:
revision: a4f72bc21ac4d7da631e8309d9f8d0c34b735c23
version: 1.1.4
source:
Git: https://github.com/pulp-platform/axi_slice.git
Git: git@github.com:pulp-platform/axi_slice.git
dependencies:
- common_cells
cluster_interconnect:
Expand Down Expand Up @@ -114,13 +106,12 @@ packages:
- hwpe-stream
- l2_tcdm_hybrid_interco
hier-icache:
revision: a971e364bf8090cf77fafad995b480c1ac7ea4e0
revision: 8e77bdc828c717299ac8572a1f9bf10144382105
version: null
source:
Git: https://github.com/pulp-platform/hier-icache.git
dependencies:
- axi_node
- axi_slice
- axi
- common_cells
- icache-intc
- scm
Expand All @@ -133,8 +124,8 @@ packages:
dependencies:
- tech_cells_generic
hwpe-stream:
revision: 389bd7fb1975d2df1546910c5f220c668122e646
version: 1.6.5
revision: 4c2ef8c33a6e2a8c88127e2153013d4f2dc3f448
version: 1.7.0
source:
Git: https://github.com/pulp-platform/hwpe-stream.git
dependencies:
Expand Down
3 changes: 1 addition & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ dependencies:
event_unit_flex: { git: "https://github.com/pulp-platform/event_unit_flex.git", rev: 28e0499374117c7b0ef4c6ad81b60d7526af886f } # branch: michaero/hmr
mchan: { git: "https://github.com/pulp-platform/mchan.git", rev: 7f064f205a3e0203e959b14773c4afecf56681ab } # branch: yt/fix-parametrization
idma: { git: "https://github.com/pulp-platform/iDMA.git", rev: 437ffa9dac5dea0daccfd3e8ae604d4f6ae2cdf1 } # branch: master
hier-icache: { git: "https://github.com/pulp-platform/hier-icache.git", rev: "a971e364bf8090cf77fafad995b480c1ac7ea4e0" } # branch: yt/carfield
hier-icache: { git: "https://github.com/pulp-platform/hier-icache.git", rev: "8e77bdc828c717299ac8572a1f9bf10144382105" } # branch: astral
cluster_peripherals: { git: "https://github.com/pulp-platform/cluster_peripherals.git", rev: c9defcfb4f4e8733383b28a451c430783c2febbd } # branch: astral
axi: { git: "https://github.com/pulp-platform/axi.git", version: =0.39.1-beta }
axi_slice: { git: "https://github.com/pulp-platform/axi_slice.git", version: 1.1.4 } # deprecated, replaced by axi_cut (in axi repo)
timer_unit: { git: "https://github.com/pulp-platform/timer_unit.git", version: 1.0.2 }
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.21.0 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.3 }
Expand Down

0 comments on commit b9c145d

Please sign in to comment.