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

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [or1ksim/] [toplevel.c] - Diff between revs 557 and 560

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

Rev 557 Rev 560
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.68 $";
const char rcsrev[] = "$Revision: 1.69 $";
 
 
/* 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 542... Line 542...
      char item2[20];
      char item2[20];
      char item3[20];
      char item3[20];
 
 
      strtoken(linestr, item2, 2);
      strtoken(linestr, item2, 2);
      strtoken(linestr, item3, 3);
      strtoken(linestr, item3, 3);
      set_reg32(strtoul(item2, NULL,0), strtoul(item3, NULL, 0));
      setsim_reg32(strtoul(item2, NULL,0), strtoul(item3, NULL, 0));
    } else
    } else
    if (strcmp(item1, "pc") == 0) { /* patch PC */
    if (strcmp(item1, "pc") == 0) { /* patch PC */
      char item2[20];
      char item2[20];
 
 
      strtoken(linestr, item2, 2);
      strtoken(linestr, item2, 2);

powered by: WebSVN 2.1.0

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