Unverified Commit 2ac9430f authored by arupc-vmicro's avatar arupc-vmicro Committed by GitHub
Browse files

Add LSU stats (#30)

Added a few additional LSU statistics. 

Output from running dhrystone trace:

```
        top.cpu.core0.lsu
            lsu_insts_dispatched                              = 5850001
            stores_retired                                    = 5850001
            lsu_insts_issued                                  = 11700073
            lsu_insts_completed                               = 5849999
            lsu_flushes                                       = 0
            tlb_hits                                          = 5850001
            tlb_misses                                        = 16
            dl1_cache_hits                                    = 5850000
            dl1_cache_misses                                  = 55
            biu_reqs                                          = 19

          top.cpu.core0.lsu.tlb
              tlb_hits                                        = 5850001
```

I will further look into the stats to make sure that they make sense.
But the added stats can now be used for the purpose of the demo.
parent 86e335ab
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment