mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
disas/riscv: Add missing Sdtrig CSRs
This reflects the latest frozen version of the RISC-V Debug specification (1.0.0-rc4) which includes the Sdtrig extension. Signed-off-by: Rob Bradford <rbradford@rivosinc.com> Acked-by: Alistair Francis <alistair.francis@wdc.com> Message-ID: <20250206153410.236636-3-rbradford@rivosinc.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
d30db4df51
commit
81819038d7
1 changed files with 3 additions and 1 deletions
|
@ -2438,9 +2438,11 @@ static const char *csr_name(int csrno)
|
|||
case 0x07a1: return "tdata1";
|
||||
case 0x07a2: return "tdata2";
|
||||
case 0x07a3: return "tdata3";
|
||||
case 0x07a4: return "tinfo";
|
||||
case 0x07b0: return "dcsr";
|
||||
case 0x07b1: return "dpc";
|
||||
case 0x07b2: return "dscratch";
|
||||
case 0x07b2: return "dscratch0";
|
||||
case 0x07b3: return "dscratch1";
|
||||
case 0x0b00: return "mcycle";
|
||||
case 0x0b01: return "mtime";
|
||||
case 0x0b02: return "minstret";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue