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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc2/] [or1ksim/] [toplevel.c] - Diff between revs 69 and 78

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

Rev 69 Rev 78
Line 43... Line 43...
#include "sim-config.h"
#include "sim-config.h"
 
 
#include "coff.h"
#include "coff.h"
 
 
/* CVS revision number. */
/* CVS revision number. */
const char rcsrev[] = "$Revision: 1.11 $";
const char rcsrev[] = "$Revision: 1.12 $";
 
 
/* 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 384... Line 384...
                                i = strtoul(item2, NULL, 0);
                                i = strtoul(item2, NULL, 0);
                                printstats(i);
                                printstats(i);
                        }
                        }
                } else
                } else
                if (strcmp(item1, "info") == 0) { /* configuration info */
                if (strcmp(item1, "info") == 0) { /* configuration info */
 
                        itlb_status(-1);
 
                        dtlb_status(-1);
                        bpb_info();
                        bpb_info();
                        btic_info();
                        btic_info();
                        ic_info();
                        ic_info();
                        dc_info();
                        dc_info();
                        uart_status();
                        uart_status();
                        sprs_status();
                        sprs_status();
                        dtlb_status(-1);
 
                } else {
                } else {
      printf("%s: Unknown command.\n", linestr);
      printf("%s: Unknown command.\n", linestr);
    }
    }
 
 
                while(cont_run) {
                while(cont_run) {

powered by: WebSVN 2.1.0

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