Re: [PATCH] target: riscv: Enable Bit Manip for OpenTitan Ibex CPU

2024-08-25 Thread Alistair Francis
On Fri, Aug 23, 2024 at 10:32 AM Alistair Francis wrote: > > The OpenTitan Ibex CPU now supports the the Zba, Zbb, Zbc > and Zbs bit-manipulation sub-extensions ratified in > v.1.0.0 of the RISC-V Bit- Manipulation ISA Extension, so let's enable > them in QEMU as well. > > 1: https://github.com/lo

Re: [PATCH] target: riscv: Enable Bit Manip for OpenTitan Ibex CPU

2024-08-23 Thread Daniel Henrique Barboza
On 8/22/24 9:32 PM, Alistair Francis wrote: The OpenTitan Ibex CPU now supports the the Zba, Zbb, Zbc and Zbs bit-manipulation sub-extensions ratified in v.1.0.0 of the RISC-V Bit- Manipulation ISA Extension, so let's enable them in QEMU as well. 1: https://github.com/lowRISC/opentitan/pull/9

[PATCH] target: riscv: Enable Bit Manip for OpenTitan Ibex CPU

2024-08-22 Thread Alistair Francis
The OpenTitan Ibex CPU now supports the the Zba, Zbb, Zbc and Zbs bit-manipulation sub-extensions ratified in v.1.0.0 of the RISC-V Bit- Manipulation ISA Extension, so let's enable them in QEMU as well. 1: https://github.com/lowRISC/opentitan/pull/9748 Signed-off-by: Alistair Francis --- target