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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_1_0/] [or1ksim/] [toplevel.c] - Diff between revs 848 and 868

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

Rev 848 Rev 868
Line 57... Line 57...
#include "profiler.h"
#include "profiler.h"
#include "mprofiler.h"
#include "mprofiler.h"
#include "mc.h"
#include "mc.h"
 
 
/* CVS revision number. */
/* CVS revision number. */
const char rcsrev[] = "$Revision: 1.84 $";
const char rcsrev[] = "$Revision: 1.85 $";
 
 
/* 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 155... Line 155...
  printf("dh <fromaddr> [<toaddr>] - dumps memory as hex code (use redirect)\n");
  printf("dh <fromaddr> [<toaddr>] - dumps memory as hex code (use redirect)\n");
  printf("<cmd> > <filename>   - redirect simulator stdout to <filename> (and not emulated printf)\n");
  printf("<cmd> > <filename>   - redirect simulator stdout to <filename> (and not emulated printf)\n");
#if !FAST_SIM
#if !FAST_SIM
  printf("set <section> <item> = <param>  - set configuration.  See sim.cfg for more information.\n");
  printf("set <section> <item> = <param>  - set configuration.  See sim.cfg for more information.\n");
  printf("debug      - toggles simulator debug mode\n");
  printf("debug      - toggles simulator debug mode\n");
 
  mp_help ();
 
  prof_help ();
#endif
#endif
  printf("help       - available commands (this list)\n");
  printf("help       - available commands (this list)\n");
}
}
 
 
void debugmem (unsigned long from, unsigned long to );
void debugmem (unsigned long from, unsigned long to );

powered by: WebSVN 2.1.0

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