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

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [or1ksim/] [toplevel.c] - Diff between revs 683 and 713

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

Rev 683 Rev 713
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.76 $";
const char rcsrev[] = "$Revision: 1.77 $";
 
 
/* 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 671... Line 671...
    } else
    } else
#endif /* !FAST_SIM */
#endif /* !FAST_SIM */
      printf("%s: Unknown command.\n", linestr);
      printf("%s: Unknown command.\n", linestr);
 
 
    /* MM: 'run -1' means endless execution.  */
    /* MM: 'run -1' means endless execution.  */
    while(cont_run != 0) {
    while(cont_run) {
      extern int mem_cycles;
      extern int mem_cycles;
 
 
      IFF (config.debug.enabled) {
      IFF (config.debug.enabled) {
        if (cpu_stalled) {
        if (cpu_stalled) {
          if(config.debug.gdb_enabled) {
          if(config.debug.gdb_enabled) {

powered by: WebSVN 2.1.0

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