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 186 to Rev 187
    Reverse comparison

Rev 186 → Rev 187

/trunk/or1ksim/peripheral/debug_unit.c
72,6 → 72,8
extern int delay_insn;
static void GetIQueueEntry(struct iqueue_entry*);
 
static int CalculateWatchpoints(void);
 
static int watchpoint[10];
 
/* This function returns true if an induced instruction has
561,7 → 563,10
else instead. */
 
if(address == SPR_PC)
ClearPendingException();
{
ClearPendingException();
ClearPreparedPCState();
}
mtspr(address,data);
}
else if(address >= 0x0400 && address < 0x0420)

powered by: WebSVN 2.1.0

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