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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 1049 to Rev 1050
    Reverse comparison

Rev 1049 → Rev 1050

/trunk/or1ksim/toplevel.c
60,7 → 60,7
#include "atahost.h"
 
/* CVS revision number. */
const char rcsrev[] = "$Revision: 1.93 $";
const char rcsrev[] = "$Revision: 1.94 $";
 
/* History of execution */
int histexec[HISTEXEC_LEN];
67,7 → 67,7
 
char *sim_commands [] = {
"q", "t", "help", "de", "dm", "run", "pr", "pm", "pc",
"reset", "break", "hist", "stats", "stall" "info",
"reset", "break", "breaks", "hist", "stats", "stall" "info",
"r", "dv",
#if !FAST_SIM
"set",
146,6 → 146,7
PRINTF("pm <addr> <value> - patch memory location <addr> with <value>\n");
PRINTF("pc <value> - patch PC register with <value>\n");
PRINTF("break <addr> - toggle breakpoint at address <addr>\n");
PRINTF("breaks - print all set breakpoints\n");
PRINTF("reset - simulator reset\n");
PRINTF("hist - execution history\n");
PRINTF("stall - stalls the processor and gives control to the debugger\n");

powered by: WebSVN 2.1.0

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