Re: [PATCH v2] target/riscv: Remove privileged spec version restriction for RVV

2023-02-09 Thread Alistair Francis
On Wed, Feb 8, 2023 at 4:32 PM wrote: > > From: Frank Chang > > The RVV specification does not require that the core needs to support > the privileged specification v1.12.0 to support RVV, and there is no > dependency from ISA level. > > This commit removes the restriction from both RVV CSRs and

Re: [PATCH v2] target/riscv: Remove privileged spec version restriction for RVV

2023-02-08 Thread Alistair Francis
On Wed, Feb 8, 2023 at 4:32 PM wrote: > > From: Frank Chang > > The RVV specification does not require that the core needs to support > the privileged specification v1.12.0 to support RVV, and there is no > dependency from ISA level. > > This commit removes the restriction from both RVV CSRs and

[PATCH v2] target/riscv: Remove privileged spec version restriction for RVV

2023-02-07 Thread frank . chang
From: Frank Chang The RVV specification does not require that the core needs to support the privileged specification v1.12.0 to support RVV, and there is no dependency from ISA level. This commit removes the restriction from both RVV CSRs and extension CPU ISA string. Signed-off-by: Frank Chang