Home
last modified time | relevance | path

Searched refs:which_mcounterh (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/riscv/
H A Dprocessor.cc376 const reg_t which_mcounterh = CSR_MHPMCOUNTER3H + i - 3; in reset() local
386 auto mcounterh = std::make_shared<const_csr_t>(proc, which_mcounterh, 0); in reset()
388 csrmap[which_mcounterh] = mcounterh; in reset()