On Sun, Dec 11, 2022 at 3:29 PM Vysakh P Pillai
wrote:
>
> Add support to optionally specify a memory region container
> to be used to override the default system memory used
> by the the RISCV harts when they are realized. Additional
> memory regions can be added as sub-regions of this container
In the machine model that I am trying to create, there are two CPU clusters.
The management cluster has full access to the system resources through a global
address space while the application cluster has access to a subset of the
resources through a cluster local address space. The current impl
On Sun, Dec 11, 2022 at 1:29 PM Vysakh P Pillai
wrote:
>
> Add support to optionally specify a memory region container
> to be used to override the default system memory used
> by the the RISCV harts when they are realized. Additional
> memory regions can be added as sub-regions of this container
Add support to optionally specify a memory region container
to be used to override the default system memory used
by the the RISCV harts when they are realized. Additional
memory regions can be added as sub-regions of this container
to dynamically control the memory regions and mappings visible
fro