We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ee7af commit 4866fbbCopy full SHA for 4866fbb
riscv/triggers.cc
@@ -639,7 +639,7 @@ std::optional<match_result_t> module_t::detect_trap_match(const trap_t& t) noexc
639
reg_t module_t::tinfo_read(unsigned UNUSED index) const noexcept
640
{
641
#if defined(DIFFTEST) && defined(CPU_XIANGSHAN)
642
- return (1 << CSR_TDATA1_TYPE_MCONTROL) ;
+ return (1 << CSR_TDATA1_TYPE_MCONTROL6) ;
643
#else
644
/* In spike, every trigger supports the same types. */
645
return (1 << CSR_TDATA1_TYPE_MCONTROL) |
0 commit comments