Hi,I'm using the BOOM core to collect some perf. counters, but I noticed that the counters for the data cache misses are commented out in the core.scala file. I'm not sure on how to interface those pins with the external io signals. Which signals should I connect in the code in order to collect data cache misses? Or, maybe, isn't there a signal that I can read straight from the verilated code instead of relying on perf. counters?
--
You received this message because you are subscribed to the Google Groups "riscv-boom" group.
To unsubscribe from this group and stop receiving emails from it, send an email to riscv-boom+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/riscv-boom/bb763346-46aa-4e1c-b95d-56a427894114%40googlegroups.com.
Hi Rafael,
Here is a commit adding counters for L1 cache misses. Accessing these counters should be similar to Rocket.
https://github.com/riscv-boom/riscv-boom/commit/40668b9dac3ada52acaffe0ca6f01a0dae8981c3
This commit is based off BOOM master.
-Jerry
On Fri, May 22, 2020 at 3:15 PM Jerry Zhao <J...@berkeley.edu> wrote:
Hi Rafael,
Sorry, I forgot to reconnect these. I'll push a commit fixing this soon.
-Jerry
On Fri, May 22, 2020 at 3:02 PM Rafael B. Tonetto <rafael.bi...@gmail.com> wrote:
Hi,--I'm using the BOOM core to collect some perf. counters, but I noticed that the counters for the data cache misses are commented out in the core.scala file. I'm not sure on how to interface those pins with the external io signals. Which signals should I connect in the code in order to collect data cache misses? Or, maybe, isn't there a signal that I can read straight from the verilated code instead of relying on perf. counters?
You received this message because you are subscribed to the Google Groups "riscv-boom" group.
To unsubscribe from this group and stop receiving emails from it, send an email to riscv...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to riscv-boom+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/riscv-boom/f161cffd-b33c-470f-85eb-e1ed8316e893%40googlegroups.com.