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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_39/] [or1ksim/] [cpu/] [or32/] [execute.c] - Diff between revs 997 and 1174

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

Rev 997 Rev 1174
Line 492... Line 492...
    PRINTF ("  HAZARDWAIT: %u\n", runtime.cpu.hazardwait);
    PRINTF ("  HAZARDWAIT: %u\n", runtime.cpu.hazardwait);
  else
  else
    if (config.cpu.superscalar)
    if (config.cpu.superscalar)
      PRINTF ("\n");
      PRINTF ("\n");
 
 
 
  if (peek_into_itlb(pc))
  dumpmemory(pc, pc + 4, 1, 0);
  dumpmemory(pc, pc + 4, 1, 0);
 
  else
 
    PRINTF("ITLB miss follows ;)\n");
 
 
  PRINTF(" (next insn) %s", (delay_insn?"(delay insn)":""));
  PRINTF(" (next insn) %s", (delay_insn?"(delay insn)":""));
  for(i = 0; i < MAX_GPRS; i++) {
  for(i = 0; i < MAX_GPRS; i++) {
    if (i % 4 == 0)
    if (i % 4 == 0)
      PRINTF("\n");
      PRINTF("\n");
    PRINTF("GPR%.2u: %.8lx  ", i, evalsim_reg32(i));
    PRINTF("GPR%.2u: %.8lx  ", i, evalsim_reg32(i));

powered by: WebSVN 2.1.0

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