Skip to content

Commit eff3de8

Browse files
committed
Add Sargantana integration
Co-authored-by: MGK098 muhammad.ghassan@studio.unibo.it
1 parent 0c859a2 commit eff3de8

8 files changed

Lines changed: 4480 additions & 2102 deletions

File tree

Bender.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ packages:
100100
source:
101101
Git: https://github.com/pulp-platform/common_verification.git
102102
dependencies: []
103+
core_tile:
104+
revision: e8a79cb919e44a50f600ab985917104e6c016a62
105+
version: null
106+
source:
107+
Git: https://github.com/LorenzoR01/core_tile.git
108+
dependencies:
109+
- axi
110+
- common_cells
111+
- common_verification
103112
cva6:
104113
revision: 02e11e3b9d9e6a087dc4811b933bf0cc80156e1a
105114
version: null

Bender.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies:
3333
dram_rtl_sim: { git: "https://github.com/pulp-platform/dram_rtl_sim.git", version: =0.1.1 }
3434
pulp-c910: { git: "https://github.com/Simonzhu04/pulp-c910.git", rev: dae1a7f3 }
3535
noelv: { path: hw/noelv }
36+
core_tile: { git: "https://github.com/LorenzoR01/core_tile.git", rev: e8a79cb9 }
3637

3738
export_include_dirs:
3839
- hw/include

hw/bootrom/cheshire_bootrom.sv

Lines changed: 4091 additions & 2043 deletions
Large diffs are not rendered by default.

hw/cheshire_pkg.sv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ package cheshire_pkg;
6363
typedef enum logic [1:0] {
6464
C910 = 'b00,
6565
CVA6 = 'b01,
66-
NOELV = 'b10
66+
NOELV = 'b10,
67+
SARGANTANA = 'b11
6768
} core_select_e;
6869

6970
// NOEL-V tech

0 commit comments

Comments
 (0)