Skip to content

Commit

Permalink
bender: Track lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Aug 29, 2024
1 parent 133b22e commit 384feef
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
deps/

.bender/
Bender.lock
/working_dir/

.vscode/
Expand Down
158 changes: 158 additions & 0 deletions Bender.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
packages:
apb:
revision: 77ddf073f194d44b9119949d2421be59789e69ae
version: 0.2.4
source:
Git: https://github.com/pulp-platform/apb.git
dependencies:
- common_cells
apb_timer:
revision: 0cbc6cbc26c94b8e3bf27cc058c48ef89ea3d4c3
version: 0.1.0
source:
Git: https://github.com/pulp-platform/apb_timer.git
dependencies: []
apb_uart:
revision: b6145341df79137ac584c83e9c081f80a7a40440
version: null
source:
Git: https://github.com/pulp-platform/apb_uart.git
dependencies: []
axi:
revision: 587355b77b8ce94dcd600efbd5d5bd118ff913a7
version: 0.39.4
source:
Git: https://github.com/pulp-platform/axi.git
dependencies:
- common_cells
- common_verification
- tech_cells_generic
axi_riscv_atomics:
revision: 430838a10a9bdf1e381d4fcb33907428f3273420
version: 0.6.0
source:
Git: https://github.com/pulp-platform/axi_riscv_atomics
dependencies:
- axi
- common_cells
- common_verification
axi_tlb:
revision: null
version: null
source:
Path: hw/vendor/pulp_platform_axi_tlb
dependencies:
- axi
- common_cells
- common_verification
- register_interface
clint:
revision: e1357c1d0edddde458aec58363473605f51e539e
version: 0.1.0
source:
Git: https://github.com/pulp-platform/clint.git
dependencies:
- common_cells
- register_interface
cluster_icache:
revision: 0e1fb6751d9684d968ba7fb40836e6118b448ecd
version: 0.1.1
source:
Git: https://github.com/pulp-platform/cluster_icache.git
dependencies:
- axi
- common_cells
- scm
- tech_cells_generic
common_cells:
revision: c27bce39ebb2e6bae52f60960814a2afca7bd4cb
version: 1.37.0
source:
Git: https://github.com/pulp-platform/common_cells.git
dependencies:
- common_verification
- tech_cells_generic
common_verification:
revision: 9c07fa860593b2caabd9b5681740c25fac04b878
version: 0.2.3
source:
Git: https://github.com/pulp-platform/common_verification.git
dependencies: []
cva6:
revision: null
version: null
source:
Path: hw/vendor/openhwgroup_cva6
dependencies:
- axi
- common_cells
- fpnew
- tech_cells_generic
fpnew:
revision: a8e0cba6dd50f357ece73c2c955d96efc3c6c315
version: null
source:
Git: https://github.com/pulp-platform/cvfpu.git
dependencies:
- common_cells
- fpu_div_sqrt_mvp
fpu_div_sqrt_mvp:
revision: 86e1f558b3c95e91577c41b2fc452c86b04e85ac
version: 1.0.4
source:
Git: https://github.com/pulp-platform/fpu_div_sqrt_mvp.git
dependencies:
- common_cells
opentitan_peripherals:
revision: null
version: null
source:
Path: hw/vendor/pulp_platform_opentitan_peripherals
dependencies:
- common_cells
- register_interface
register_interface:
revision: ae616e5a1ec2b41e72d200e5ab09c65e94aebd3d
version: 0.4.4
source:
Git: https://github.com/pulp-platform/register_interface.git
dependencies:
- apb
- axi
- common_cells
- common_verification
riscv-dbg:
revision: 358f90110220adf7a083f8b65d157e836d706236
version: 0.8.1
source:
Git: https://github.com/pulp-platform/riscv-dbg
dependencies:
- common_cells
- tech_cells_generic
scm:
revision: 998466d2a3c2d7d572e43d2666d93c4f767d8d60
version: 1.1.1
source:
Git: https://github.com/pulp-platform/scm.git
dependencies: []
snitch_cluster:
revision: 269830af872fa943d8b079470120d42d62e1cb69
version: null
source:
Git: https://github.com/pulp-platform/snitch_cluster.git
dependencies:
- axi
- axi_riscv_atomics
- cluster_icache
- common_cells
- fpnew
- register_interface
- riscv-dbg
- tech_cells_generic
tech_cells_generic:
revision: a9cae21902e75b1434328ecf36f85327ba5717de
version: 0.2.11
source:
Git: https://github.com/pulp-platform/tech_cells_generic.git
dependencies:
- common_verification

0 comments on commit 384feef

Please sign in to comment.