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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc1/] [or1ksim/] [sim-config.h] - Diff between revs 541 and 547

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

Rev 541 Rev 547
Line 174... Line 174...
    int iprompt;            /* Interactive prompt */
    int iprompt;            /* Interactive prompt */
 
 
    int profile;            /* Is profiler running */
    int profile;            /* Is profiler running */
    char prof_fn[STR_SIZE]; /* Profiler filename */
    char prof_fn[STR_SIZE]; /* Profiler filename */
 
 
 
    int mprofile;           /* Is memory profiler running */
 
    char mprof_fn[STR_SIZE];/* Memory profiler filename */
 
 
    int history;            /* instruction stream history analysis */
    int history;            /* instruction stream history analysis */
    int exe_log;            /* Print out RTL states? */
    int exe_log;            /* Print out RTL states? */
    char exe_log_fn[STR_SIZE]; /* RTL state comparison filename */
    char exe_log_fn[STR_SIZE]; /* RTL state comparison filename */
    long clkcycle_ps;       /* Clock duration in ps */
    long clkcycle_ps;       /* Clock duration in ps */
  } sim;
  } sim;
Line 199... Line 202...
};
};
 
 
struct runtime {
struct runtime {
  struct {
  struct {
    FILE *fprof;            /* Profiler file */
    FILE *fprof;            /* Profiler file */
 
    FILE *fmprof;           /* Memory profiler file */
    FILE *fexe_log;         /* RTL state comparison file */
    FILE *fexe_log;         /* RTL state comparison file */
    int init;               /* Whether we are still initilizing sim */
    int init;               /* Whether we are still initilizing sim */
    int script_file_specified;/* Whether script file was already loaded */
    int script_file_specified;/* Whether script file was already loaded */
    char *filename;  /* Original Command Simulator file (CZ) */
    char *filename;  /* Original Command Simulator file (CZ) */
  } sim;
  } sim;

powered by: WebSVN 2.1.0

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