Re: [PATCH] target/riscv: Remove sideleg and sedeleg

2022-09-08 Thread Alistair Francis
On Wed, Aug 24, 2022 at 4:54 PM Rahul Pathak wrote: > > sideleg and sedeleg csrs are not part of riscv isa spec > anymore, these csrs were part of N extension which > is removed from the riscv isa specification. > > These commits removed all traces of these csrs from > riscv spec (https://github.c

Re: [PATCH] target/riscv: Remove sideleg and sedeleg

2022-09-08 Thread Alistair Francis
On Wed, Aug 24, 2022 at 4:54 PM Rahul Pathak wrote: > > sideleg and sedeleg csrs are not part of riscv isa spec > anymore, these csrs were part of N extension which > is removed from the riscv isa specification. > > These commits removed all traces of these csrs from > riscv spec (https://github.c

[PATCH] target/riscv: Remove sideleg and sedeleg

2022-08-24 Thread Rahul Pathak
sideleg and sedeleg csrs are not part of riscv isa spec anymore, these csrs were part of N extension which is removed from the riscv isa specification. These commits removed all traces of these csrs from riscv spec (https://github.com/riscv/riscv-isa-manual) - commit f8d27f805b65 ("Remove or down