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

Subversion Repositories or1k

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

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

Rev 262 Rev 263
Line 84... Line 84...
      MT_PATTERN,
      MT_PATTERN,
      MT_RANDOM
      MT_RANDOM
    } type;
    } type;
  } memory;
  } memory;
 
 
 
  struct {
 
    unsigned long upr;      /* Unit present register */
 
    unsigned long ver, rev; /* Version register */
 
    int superscalar;        /* superscalara analysis */
 
    int hazards;            /* dependency hazards analysis */
 
                int history;            /* instruction stream history analysis */
 
                int dependstats;        /* dependency statistics */
 
    int dependency;         /* not sure: same as dependency statistics?  */
 
    int slp;                /* not sure: stack analisys? */
 
  } cpu;
 
 
  int simdebug; /* Simulator debugging */
  int simdebug; /* Simulator debugging */
  int profile;    /* Is profiler running */
  int profile;    /* Is profiler running */
  FILE *fprof;    /* profiler file */
  FILE *fprof;    /* profiler file */
  int iprompt;  /* Interactive prompt */
  int iprompt;  /* Interactive prompt */
  int dependstats;/* Calculation of dependency statistics */
 
  int dependency; /* Calculation of dependency (implied by dependstats) */
 
  int history;  /* Instruction stream history remembered by the simulator */
 
  int superscalar;/* "Superscalar" simulation */
 
  int slp;
 
  int inhibit_server; /* Don't start up the JTAG proxy server */
  int inhibit_server; /* Don't start up the JTAG proxy server */
  int server_port; /* A user specified port number for services */
  int server_port; /* A user specified port number for services */
 
 
 
  char *script_file;        /* Script file that should be used */
  char* filename;  /* Original Command Simulator file (CZ) */
  char* filename;  /* Original Command Simulator file (CZ) */
};
};
 
 
extern struct config config;
extern struct config config;
 
 

powered by: WebSVN 2.1.0

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