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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [sim-config.h] - Diff between revs 100 and 143

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

Rev 100 Rev 143
Line 66... Line 66...
                      int                data_len);
                      int                data_len);
  } ext;
  } ext;
 
 
  struct
  struct
  {
  {
 
    int is_library;             /* Library operation */
    int debug;                  /* Simulator debugging */
    int debug;                  /* Simulator debugging */
    int verbose;                /* Force verbose output */
    int verbose;                /* Force verbose output */
 
 
    int profile;                /* Is profiler running */
    int profile;                /* Is profiler running */
    char *prof_fn;              /* Profiler filename */
    char *prof_fn;              /* Profiler filename */
Line 207... Line 208...
  {
  {
    long long instructions;     /* Instructions executed */
    long long instructions;     /* Instructions executed */
    long long reset_instructions;
    long long reset_instructions;
 
 
    int stalled;
    int stalled;
 
    int halted;                 /* When library hits exit. */
    int hazardwait;             /* how many cycles were wasted because of hazards */
    int hazardwait;             /* how many cycles were wasted because of hazards */
    int supercycles;            /* Superscalar cycles */
    int supercycles;            /* Superscalar cycles */
  } cpu;
  } cpu;
 
 
  struct
  struct

powered by: WebSVN 2.1.0

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