[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC v4 68/70] target/riscv: gdb: modify gdb csr xml file to align w
From: |
Richard Henderson |
Subject: |
Re: [RFC v4 68/70] target/riscv: gdb: modify gdb csr xml file to align with csr register map |
Date: |
Sat, 29 Aug 2020 19:16:56 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 8/17/20 1:49 AM, frank.chang@sifive.com wrote:
> From: Hsiangkai Wang <kai.wang@sifive.com>
>
> Signed-off-by: Hsiangkai Wang <kai.wang@sifive.com>
> Signed-off-by: Frank Chang <frank.chang@sifive.com>
> ---
> gdb-xml/riscv-32bit-csr.xml | 11 ++++++-----
> gdb-xml/riscv-64bit-csr.xml | 11 ++++++-----
> target/riscv/gdbstub.c | 4 ++--
> 3 files changed, 14 insertions(+), 12 deletions(-)
Looks ok, from a quick glance.
I do think that this could stand to be auto-generated as well, from an extended
csr_ops table. Extended in that you'd want to include the name and the isa bit
to which the register applies.
I'll let Alistair weigh in on this. But either way,
Acked-by: Richard Henderson <richard.henderson@linaro.org>
r~
- Re: [RFC v4 63/70] target/riscv: rvv-1.0: floating-point/integer type-convert instructions, (continued)
- [RFC v4 64/70] target/riscv: rvv-1.0: widening floating-point/integer type-convert, frank . chang, 2020/08/17
- [RFC v4 65/70] target/riscv: add "set round to odd" rounding mode helper function, frank . chang, 2020/08/17
- [RFC v4 66/70] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert, frank . chang, 2020/08/17
- [RFC v4 67/70] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 512-bits, frank . chang, 2020/08/17
- [RFC v4 68/70] target/riscv: gdb: modify gdb csr xml file to align with csr register map, frank . chang, 2020/08/17
- Re: [RFC v4 68/70] target/riscv: gdb: modify gdb csr xml file to align with csr register map,
Richard Henderson <=
- [RFC v4 69/70] target/riscv: gdb: support vector registers for rv64, frank . chang, 2020/08/17
- [RFC v4 70/70] target/riscv: gdb: support vector registers for rv32, frank . chang, 2020/08/17
- Re: [RFC v4 00/70] support vector extension v1.0, Frank Chang, 2020/08/25