Skip to content

Commit

Permalink
unbent: Bump v0.1.6
Browse files Browse the repository at this point in the history
Adding support for atomics, see pulp-platform/unbent#2

Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Feb 8, 2024
1 parent 5a34e3b commit ebd6b02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,11 @@ packages:
dependencies:
- common_verification
unbent:
revision: 89ea12018002e6fae51f88e25320e79f57db8073
version: 0.1.5
revision: e9c9d5cfb635f2d4668c816ce9235798cfecb297
version: 0.1.6
source:
Git: https://github.com/pulp-platform/unbent.git
dependencies:
- axi
- common_cells
- register_interface
2 changes: 1 addition & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.2 }
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 }
unbent: { git: "https://github.com/pulp-platform/unbent.git", version: 0.1.5 }
unbent: { git: "https://github.com/pulp-platform/unbent.git", version: 0.1.6 }

export_include_dirs:
- hw/include
Expand Down

0 comments on commit ebd6b02

Please sign in to comment.