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

Subversion Repositories or1k

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

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

Rev 293 Rev 294
Line 97... Line 97...
  } cpu;
  } cpu;
 
 
  struct {
  struct {
    int debug;              /* Simulator debugging */
    int debug;              /* Simulator debugging */
    int verbose;            /* Force verbose output */
    int verbose;            /* Force verbose output */
 
    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 */
    FILE *fprof;            /* Profiler file */
    FILE *fprof;            /* Profiler file */
    int iprompt;            /* Interactive prompt */
 
 
    int exe_log;          /* Print out RTL states? */
 
    char exe_log_fn[STR_SIZE]; /* RTL state comparison filename */
 
    FILE *fexe_log;       /* RTL state comparison file */
  } sim;
  } sim;
 
 
  struct {
  struct {
    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 */

powered by: WebSVN 2.1.0

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