Skip to content

Commit

Permalink
Dual CVA6 in permanent lockstep succesfully works.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Nov 30, 2023
1 parent e632916 commit 3fc85b7
Show file tree
Hide file tree
Showing 7 changed files with 1,818 additions and 1,813 deletions.
6 changes: 3 additions & 3 deletions Bender.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ packages:
- common_verification
- tech_cells_generic
axi_llc:
revision: 7d7fc1349d4915a657de535a491bc26fbf0d2cfa
revision: 76933aa7fa8ff5c8ccbc075f6af4fca4d8416d17
version: null
source:
Git: https://github.com/pulp-platform/axi_llc
Expand Down Expand Up @@ -92,7 +92,7 @@ packages:
Git: https://github.com/pulp-platform/common_verification.git
dependencies: []
cva6:
revision: 33557d22d4383bda7251fe5d5e854af6510349b7
revision: 70d285ba5b0486b8393dd417e3a7febf80c231fc
version: null
source:
Git: https://github.com/pulp-platform/cva6.git
Expand Down Expand Up @@ -145,7 +145,7 @@ packages:
- register_interface
- tech_cells_generic
redundancy_cells:
revision: f5451c323350eebd5820e1c2e1772f50d8301c4a
revision: 936edf25252efc610051b7b944c6506d2f8cfb2b
version: null
source:
Git: https://github.com/pulp-platform/redundancy_cells.git
Expand Down
8 changes: 4 additions & 4 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ 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", rev: 4fb5a02 }
axi_llc: { git: "https://github.com/pulp-platform/axi_llc", rev: 7d7fc13 }
axi_llc: { git: "https://github.com/pulp-platform/axi_llc", rev: 76933aa } # branch: astral
axi_riscv_atomics: { git: "https://github.com/pulp-platform/axi_riscv_atomics.git", version: 0.8.1 }
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", rev: "94e2a77" } # branch: aottaviano/dev
clint: { git: "https://github.com/pulp-platform/clint.git", version: 0.2.0 }
common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.32.0 }
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: "33557d2" } # branch: astral
cva6: { git: "https://github.com/pulp-platform/cva6.git", rev: "70d285b" } # branch: astral
iDMA: { git: "https://github.com/pulp-platform/iDMA.git", version: 0.5.1 }
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: "f5451c32" } # branch: astral
redundancy_cells: { git: "https://github.com/pulp-platform/redundancy_cells.git", rev: "936edf2" } # branch: astral
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 }
Expand All @@ -40,8 +40,8 @@ sources:
- hw/bootrom/cheshire_bootrom.sv
- hw/regs/cheshire_reg_pkg.sv
- hw/regs/cheshire_reg_top.sv
- hw/cva6_wrap.sv
- hw/cheshire_pkg.sv
- hw/cva6_wrap.sv
- hw/cheshire_soc.sv

- target: any(simulation, test)
Expand Down
Loading

0 comments on commit 3fc85b7

Please sign in to comment.