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

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [or1ksim/] [toplevel.c] - Diff between revs 424 and 426

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

Rev 424 Rev 426
Line 50... Line 50...
#include "coff.h"
#include "coff.h"
 
 
#include "gdbcomm.h"
#include "gdbcomm.h"
 
 
/* CVS revision number. */
/* CVS revision number. */
const char rcsrev[] = "$Revision: 1.49 $";
const char rcsrev[] = "$Revision: 1.50 $";
 
 
/* 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 298... Line 298...
    fprintf(runtime.sim.fprof,"-%08X FFFFFFFF\n", cycles);
    fprintf(runtime.sim.fprof,"-%08X FFFFFFFF\n", cycles);
    fclose(runtime.sim.fprof);
    fclose(runtime.sim.fprof);
  }
  }
  if (config.sim.exe_log)   fclose(runtime.sim.fexe_log);
  if (config.sim.exe_log)   fclose(runtime.sim.fexe_log);
  if (config.vapi.enabled)  vapi_done ();
  if (config.vapi.enabled)  vapi_done ();
 
  done_memory_table ();
  exit(0);
  exit(0);
}
}
 
 
int main(argc, argv)
int main(argc, argv)
     int argc;
     int argc;

powered by: WebSVN 2.1.0

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