-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate new KUL cluster with only 2 cores.
- Change the number of CLINT,PLIC and PLIC_INTRS cores to build the system - Modify offload.h and chimera_pkg.sv to map only 2 cores in KULCluster
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -202,7 +202,7 @@ packages: | |
- common_cells | ||
- register_interface | ||
kulcluster: | ||
revision: 6ecccdbe71edbbde6a5bf149938065369616c96e | ||
revision: 40cc14bcae5b0a3a7346d8d45b027e5ab16170d3 | ||
version: null | ||
source: | ||
Git: [email protected]:es/convolve-private/kulcluster.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ dependencies: | |
TUEDCIM: { git: "[email protected]:es/convolve-private/tuedcim.git", rev: 22112024-2} | ||
TUEMEGA: { git: "[email protected]:es/convolve-private/tuemega.git", rev: 11102024} | ||
TUDDCIM: { git: "[email protected]:es/convolve-private/tuddcim.git", rev: 04122024-2} | ||
KULCLUSTER: { git: "[email protected]:es/convolve-private/kulcluster.git", rev: 29112024} | ||
KULCLUSTER: { git: "[email protected]:es/convolve-private/kulcluster.git", rev: 04122024-3} | ||
ETHCluster: { git: "[email protected]:es/convolve-private/ethcluster.git", rev: 31102024-3} | ||
|
||
export_include_dirs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
# Lorenzo Leone <[email protected]> | ||
|
||
|
||
CLINTCORES = 19 | ||
PLICCORES = 38 | ||
PLIC_NUM_INTRS = 38 | ||
CLINTCORES = 18 | ||
PLICCORES = 36 | ||
PLIC_NUM_INTRS = 36 | ||
|
||
|
||
.PHONY: update_plic | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters