OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc3/] [or1ksim/] [cpu/] [common/] [stats.c] - Diff between revs 1506 and 1557

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1506 Rev 1557
Line 55... Line 55...
struct mstats_entry or1k_mstats = {0};             /* misc units stats */
struct mstats_entry or1k_mstats = {0};             /* misc units stats */
struct cachestats_entry ic_stats = {0};       /* instruction cache stats */
struct cachestats_entry ic_stats = {0};       /* instruction cache stats */
struct cachestats_entry dc_stats = {0};       /* data cache stats */
struct cachestats_entry dc_stats = {0};       /* data cache stats */
struct immustats_entry immu_stats = {0};      /* insn mmu stats */
struct immustats_entry immu_stats = {0};      /* insn mmu stats */
struct dmmustats_entry dmmu_stats = {0};      /* data mmu stats */
struct dmmustats_entry dmmu_stats = {0};      /* data mmu stats */
struct raw_stats raw_stats = {0};             /* RAW hazard stats */
struct raw_stats raw_stats;                   /* RAW hazard stats */
 
 
void addsstats(int item, int cnt_dynamic)
void addsstats(int item, int cnt_dynamic)
{
{
  int i = 0;
  int i = 0;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.