[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 3/4] target/riscv: add RVA23U64 profile
From: |
Andrew Jones |
Subject: |
Re: [PATCH v2 3/4] target/riscv: add RVA23U64 profile |
Date: |
Wed, 15 Jan 2025 09:37:22 +0100 |
On Tue, Jan 14, 2025 at 04:00:00PM -0300, Daniel Henrique Barboza wrote:
> Add RVA23U64 as described in [1]. Add it as a child of RVA22U64 since
> all RVA22U64 mandatory extensions are also present in RVA23U64. What's
> left then is to list the mandatory extensions that are RVA23 only.
>
> A new "rva23u64" CPU is also added.
>
> [1] https://github.com/riscv/riscv-profiles/blob/main/src/rva23-profile.adoc
>
> Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
> ---
> target/riscv/cpu-qom.h | 1 +
> target/riscv/cpu.c | 32 ++++++++++++++++++++++++++++++++
> 2 files changed, 33 insertions(+)
>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>