kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
36 stars 14 forks source link

Add TaggedCounter #637

Closed xThaid closed 6 months ago

xThaid commented 6 months ago

It is like HwCounter, but allows to dynamically specify which counter to choose (for example among Enum values).

Example: image

I didn't draw any specific conclusions from these metrics yet, but I am using it in #630 to measure utilization of the superscalar pipeline.