On Fri, Jun 10, 2022 at 1:21 PM <frank.ch...@sifive.com> wrote: > > From: Frank Chang <frank.ch...@sifive.com> > > tinfo.info: > One bit for each possible type enumerated in tdata1. > If the bit is set, then that type is supported by the currently > selected trigger. > > Signed-off-by: Frank Chang <frank.ch...@sifive.com> > --- > target/riscv/cpu_bits.h | 1 + > target/riscv/csr.c | 8 ++++++++ > target/riscv/debug.c | 10 +++++++--- > target/riscv/debug.h | 2 ++ > 4 files changed, 18 insertions(+), 3 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>