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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_1_0/] [or1ksim/] [toplevel.c] - Diff between revs 713 and 714

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

Rev 713 Rev 714
Line 55... Line 55...
 
 
#include "profiler.h"
#include "profiler.h"
#include "mprofiler.h"
#include "mprofiler.h"
 
 
/* CVS revision number. */
/* CVS revision number. */
const char rcsrev[] = "$Revision: 1.77 $";
const char rcsrev[] = "$Revision: 1.78 $";
 
 
/* 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 670... Line 670...
      set_config_command (s);
      set_config_command (s);
    } else
    } else
#endif /* !FAST_SIM */
#endif /* !FAST_SIM */
      printf("%s: Unknown command.\n", linestr);
      printf("%s: Unknown command.\n", linestr);
 
 
 
    { /* Needed by execution */
 
      extern int do_stats;
 
      do_stats = config.cpu.dependstats || config.cpu.superscalar || config.cpu.dependstats
 
              || config.sim.history || config.sim.exe_log;
 
    }
 
 
    /* MM: 'run -1' means endless execution.  */
    /* MM: 'run -1' means endless execution.  */
    while(cont_run) {
    while(cont_run) {
      extern int mem_cycles;
      extern int mem_cycles;
 
 
      IFF (config.debug.enabled) {
      IFF (config.debug.enabled) {

powered by: WebSVN 2.1.0

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