Re: [PATCH v2 6/9] hw/intc: Initial commit of lowRISC Ibex PLIC

2020-05-14 Thread Alistair Francis
On Thu, May 14, 2020 at 11:40 AM Philippe Mathieu-Daudé wrote: > > On 5/7/20 9:13 PM, Alistair Francis wrote: > > The Ibex core contains a PLIC that although similar to the RISC-V spec > > is not RISC-V spec compliant. > > > > This patch implements a Ibex PLIC in a somewhat generic way. > > > > As

Re: [PATCH v2 6/9] hw/intc: Initial commit of lowRISC Ibex PLIC

2020-05-14 Thread Philippe Mathieu-Daudé
On 5/7/20 9:13 PM, Alistair Francis wrote: The Ibex core contains a PLIC that although similar to the RISC-V spec is not RISC-V spec compliant. This patch implements a Ibex PLIC in a somewhat generic way. As the current RISC-V PLIC needs tidying up, my hope is that as the Ibex PLIC move towards

[PATCH v2 6/9] hw/intc: Initial commit of lowRISC Ibex PLIC

2020-05-07 Thread Alistair Francis
The Ibex core contains a PLIC that although similar to the RISC-V spec is not RISC-V spec compliant. This patch implements a Ibex PLIC in a somewhat generic way. As the current RISC-V PLIC needs tidying up, my hope is that as the Ibex PLIC move towards spec compliance this PLIC implementation can