Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bender.local
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#

overrides:
fpnew: { git: "https://github.com/pulp-platform/cvfpu.git", rev: "pulp-v0.1.3" }
fpnew: { git: "https://github.com/pulp-platform/cvfpu.git", rev: "pulp-v0.2.3" }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: =0.4.5 }
10 changes: 5 additions & 5 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: f07498d53ecd5518b277c7d213ec3b71ca4df93c
version: 0.39.7
revision: 78831b6feba265d5ee2683bbf42b4150f8a35c43
version: 0.39.8
source:
Git: https://github.com/pulp-platform/axi.git
dependencies:
Expand Down Expand Up @@ -52,7 +52,7 @@ packages:
Git: https://github.com/pulp-platform/cv32e40x.git
dependencies: []
fpnew:
revision: a8e0cba6dd50f357ece73c2c955d96efc3c6c315
revision: e5aa6a01b5bbe1675c3aa8872e1203413ded83d1
version: null
source:
Git: https://github.com/pulp-platform/cvfpu.git
Expand Down Expand Up @@ -106,8 +106,8 @@ packages:
Git: https://github.com/pulp-platform/L2_tcdm_hybrid_interco.git
dependencies: []
obi:
revision: 8097928cf1b43712f93d5356f336397879b4ad2c
version: 0.1.6
revision: 6c7ee864172936dd6728c7352c4c65a905a2a133
version: null
source:
Git: https://github.com/pulp-platform/obi.git
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dependencies:
hwpe-stream : { git: "https://github.com/pulp-platform/hwpe-stream.git" , version: =1.9.0 }
hwpe-ctrl : { git: "https://github.com/pulp-platform/hwpe-ctrl.git" , rev: "3690a3c" } # master
hci : { git: "https://github.com/pulp-platform/hci.git" , rev: "8408a6d" } # master
fpnew : { git: "https://github.com/pulp-platform/cvfpu.git" , rev: "pulp-v0.1.3" }
fpnew : { git: "https://github.com/pulp-platform/cvfpu.git" , rev: "pulp-v0.2.3" }
common_cells : { git: "https://github.com/pulp-platform/common_cells.git" , version: =1.38.0 }
obi : { git: "https://github.com/pulp-platform/obi.git" , version: =0.1.6 }
obi : { git: "https://github.com/pulp-platform/obi.git" , rev: "6c7ee864" } # yt/verilator
tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: =0.2.13 }
register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: =0.4.5 }

Expand Down