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

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [or1ksim/] [toplevel.c] - Diff between revs 605 and 624

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

Rev 605 Rev 624
Line 49... Line 49...
#include "gdbcomm.h"
#include "gdbcomm.h"
#include "debug_unit.h"
#include "debug_unit.h"
#include "coff.h"
#include "coff.h"
 
 
/* CVS revision number. */
/* CVS revision number. */
const char rcsrev[] = "$Revision: 1.71 $";
const char rcsrev[] = "$Revision: 1.72 $";
 
 
/* Continuos run versus single step tracing switch. */
/* Continuos run versus single step tracing switch. */
int cont_run;
int cont_run;
 
 
/* History of execution */
/* History of execution */
Line 202... Line 202...
      printf("ERROR: Problems opening exe_log file.\n");
      printf("ERROR: Problems opening exe_log file.\n");
      exit (1);
      exit (1);
    }
    }
  }
  }
 
 
 
  if (config.sim.spr_log) {
 
    printf("OPENING SPRLOG\n");
 
    runtime.sim.fspr_log = fopen(config.sim.spr_log_fn, "wt+");
 
    if (!runtime.sim.fspr_log) {
 
      printf("ERROR: Problems opening spr_log file.\n");
 
      exit(1);
 
    }
 
  }
 
 
  /* Initialize memory */
  /* Initialize memory */
  {
  {
    extern struct dev_memarea *dev_list;
    extern struct dev_memarea *dev_list;
    struct dev_memarea *area;
    struct dev_memarea *area;
    int i;
    int i;

powered by: WebSVN 2.1.0

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