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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [monitor/] [monitor/] [common/] [command.c] - Diff between revs 59 and 84

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

Rev 59 Rev 84
Line 719... Line 719...
             tlbEntry.valid ? 'v' : '-');
             tlbEntry.valid ? 'v' : '-');
    }
    }
    printf("Index(1)   %08X\n", mmuGetIndex());
    printf("Index(1)   %08X\n", mmuGetIndex());
    printf("EntryHi(2) %08X\n", mmuGetEntryHi());
    printf("EntryHi(2) %08X\n", mmuGetEntryHi());
    printf("EntryLo(3) %08X\n", mmuGetEntryLo());
    printf("EntryLo(3) %08X\n", mmuGetEntryLo());
 
    printf("BadAddr(4) %08X\n", mmuGetBadAddr());
  } else if (n == 2) {
  } else if (n == 2) {
    if (!getDecNumber(tokens[1], &index) || index < 0 || index >= TLB_SIZE) {
    if (!getDecNumber(tokens[1], &index) || index < 0 || index >= TLB_SIZE) {
      printf("illegal TLB index\n");
      printf("illegal TLB index\n");
      return;
      return;
    }
    }

powered by: WebSVN 2.1.0

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