mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
Set cluster base address properly.
This commit is contained in:
parent
89fe257eb9
commit
45de393f94
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
* CLUSTER
|
||||
*/
|
||||
|
||||
#define ARCHI_CLUSTER_ADDR 0x00000000
|
||||
#define ARCHI_CLUSTER_ADDR 0x50000000
|
||||
#define ARCHI_CLUSTER_SIZE 0x00400000
|
||||
#define ARCHI_CLUSTER_GLOBAL_ADDR(cid) (0x50000000 + (cid)*ARCHI_CLUSTER_SIZE)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue