Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoqun-liang committed May 18, 2024
1 parent 04830cc commit 1d4e401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 262 deletions.
257 changes: 0 additions & 257 deletions Bender.lock

This file was deleted.

10 changes: 5 additions & 5 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ package:

dependencies:
apb_uart: { git: "https://github.com/pulp-platform/apb_uart.git", version: 0.2.1 }
axi: { git: "https://github.com/pulp-platform/axi", version: 0.39.1 }
axi_llc: { git: "https://github.com/pulp-platform/axi_llc", rev: d79a00b } # branch: astral
axi_riscv_atomics: { git: "https://github.com/pulp-platform/axi_riscv_atomics.git", rev: 6a85f44fd } # branch: astral
axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.1 }
axi_llc: { git: "https://github.com/pulp-platform/axi_llc.git", rev: d79a00b } # branch: astral
axi_riscv_atomics: { git: "https://github.com/pulp-platform/axi_riscv_atomics.git", rev: 034bf89 }
axi_rt: { git: "https://github.com/pulp-platform/axi_rt.git", version: 0.0.0-alpha.4 }
axi_vga: { git: "https://github.com/pulp-platform/axi_vga.git", version: 0.1.1 }
clic: { git: "https://github.com/pulp-platform/clic.git", version: 3.0.0-for-carfield }
clint: { git: "https://github.com/pulp-platform/clint.git", version: 0.2.0 }
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", rev: bf98ae5e18 } # branch: master
common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.0 }
cva6: { git: "https://github.com/pulp-platform/cva6.git", rev: "dbaecc5" } # branch: astral
iDMA: { git: "https://github.com/pulp-platform/iDMA.git", rev: "88fbe67" } # branch: __deploy__a600031__cl/backend-tpl
iDMA: { git: "https://github.com/pulp-platform/iDMA.git", version: 0.6.2 }
irq_router: { git: "https://github.com/pulp-platform/irq_router.git", version: 0.0.1-beta.1 }
opentitan_peripherals: { git: "https://github.com/pulp-platform/opentitan_peripherals.git", version: 0.4.0 }
redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: "c37bdb47" } # branch: astral_rebase
Expand All @@ -32,7 +32,7 @@ dependencies:
serial_link: { git: "https://github.com/pulp-platform/serial_link.git", version: 1.1.1 }
tagger: { git: "https://github.com/pulp-platform/transaction-tagger.git", rev: b288376 }
unbent: { git: "https://github.com/pulp-platform/unbent.git", version: 0.1.6 }
ethernet: { git: "https://github.com/pulp-platform/pulp-ethernet.git", rev: "ca7feb6" } # branch: cl/eth_idma
pulp-ethernet: { git: "https://github.com/pulp-platform/pulp-ethernet.git", rev: "bf5fc00" } # branch: cl/eth_idma

export_include_dirs:
- hw/include
Expand Down

0 comments on commit 1d4e401

Please sign in to comment.