tum-ei-eda / etiss

Extendable Translating Instruction Set Simulator
https://tum-ei-eda.github.io/etiss/
Other
29 stars 36 forks source link

Updating RISCV architecture for reading CSRs rdtime, rdcycle and rdinstret #115

Closed Samanti-Das closed 2 years ago

Samanti-Das commented 2 years ago

Added a jitlib allowing access to simulate internal statistics. Also updated the RISC architecture to use this statistics for these 3 CSRs.

fpedd commented 2 years ago

Related to #105