Re: [PATCH v3 1/4] target/riscv: Add Shakti C class CPU

2021-04-02 Thread Alistair Francis
On Thu, Apr 1, 2021 at 2:15 PM Vijai Kumar K wrote: > > C-Class is a member of the SHAKTI family of processors from IIT-M. > > It is an extremely configurable and commercial-grade 5-stage in-order > core supporting the standard RV64GCSUN ISA extensions. > > Signed-off-by: Vijai Kumar K Reviewed-

[PATCH v3 1/4] target/riscv: Add Shakti C class CPU

2021-04-01 Thread Vijai Kumar K
C-Class is a member of the SHAKTI family of processors from IIT-M. It is an extremely configurable and commercial-grade 5-stage in-order core supporting the standard RV64GCSUN ISA extensions. Signed-off-by: Vijai Kumar K --- target/riscv/cpu.c | 1 + target/riscv/cpu.h | 1 + 2 files changed, 2