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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_67/] [or1ksim/] [sim-config.h] - Diff between revs 269 and 293

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

Rev 269 Rev 293
Line 96... Line 96...
    int bpb;                /* branch prediction buffer analysis */
    int bpb;                /* branch prediction buffer analysis */
  } cpu;
  } cpu;
 
 
  struct {
  struct {
    int debug;              /* Simulator debugging */
    int debug;              /* Simulator debugging */
 
    int verbose;            /* Force verbose output */
    int profile;            /* Is profiler running */
    int profile;            /* Is profiler running */
    char prof_fn[STR_SIZE]; /* Profiler filename */
    char prof_fn[STR_SIZE]; /* Profiler filename */
    FILE *fprof;            /* Profiler file */
    FILE *fprof;            /* Profiler file */
    int iprompt;            /* Interactive prompt */
    int iprompt;            /* Interactive prompt */
  } sim;
  } sim;
Line 108... Line 109...
    int enabled;            /* Whether is debug module enabled */
    int enabled;            /* Whether is debug module enabled */
    int gdb_enabled;        /* Whether is debugging with gdb possible */
    int gdb_enabled;        /* Whether is debugging with gdb possible */
    int server_port;        /* A user specified port number for services */
    int server_port;        /* A user specified port number for services */
  } debug;
  } debug;
 
 
 
  struct {                  /* Verification API, part of Advanced Core Verification */
 
    int enabled;
 
  } vapi;
 
 
  char *script_file;        /* Script file that should be used */
  char *script_file;        /* Script file that should be used */
  char *filename;  /* Original Command Simulator file (CZ) */
  char *filename;  /* Original Command Simulator file (CZ) */
};
};
 
 
#ifdef DEBUGMOD_OFF
#ifdef DEBUGMOD_OFF

powered by: WebSVN 2.1.0

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