Skip to content

Commit

Permalink
Update pulp_soc pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed May 23, 2024
1 parent e609453 commit b26229e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ packages:
- udma_sdio
- udma_uart
pulp_soc:
revision: 470e10f9b917efc79beee20af53a77adbf8f3954
version: null
revision: bf65372aab4edd404160170e2a4d2c63b27ab5f2
version: 5.0.1
source:
Git: https://github.com/pulp-platform/pulp_soc.git
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.21.0 }
apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.4 }
jtag_pulp: { git: "https://github.com/pulp-platform/jtag_pulp.git", version: 0.2.0 }
pulp_soc: { git: "https://github.com/pulp-platform/pulp_soc.git", rev: 470e10f9b917efc79beee20af53a77adbf8f3954 }
pulp_soc: { git: "https://github.com/pulp-platform/pulp_soc.git", version: 5.0.1 }
tbtools: { git: "https://github.com/pulp-platform/tbtools.git", version: 0.2.1 }
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.3 }
pulpissimo_padframe_rtl_sim: { path: "hw/padframe/pulpissimo_padframe_rtl_sim_autogen" }
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Changed
- Default dependency management is now bender, no longer IPApproX.
- Default dependency management is now bender, IPApproX no longer supported.
- Reorganize folder structure
- Reorganize code structure for simpler design
- Integrate padrick generated padframe
- Update `pulp_soc` to v5.0.0, update various dependencies
- Clock generation now in top level, no longer in `pulp_soc`

### Fixed
- fixed support for ibex core from top level
Expand Down

0 comments on commit b26229e

Please sign in to comment.