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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_58/] [or1ksim/] [testbench/] [support/] [support.c] - Diff between revs 226 and 342

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

Rev 226 Rev 342
Line 1... Line 1...
/* Support */
/* Support */
 
 
#include <sys/time.h> 
#include <sys/time.h> 
#include "support.h"
#include "support.h"
 
 
 
void excpt_dummy();
 
 
 
unsigned long excpt_buserr = (unsigned long) excpt_dummy;
 
unsigned long excpt_dpfault = (unsigned long) excpt_dummy;
 
unsigned long excpt_ipfault = (unsigned long) excpt_dummy;
 
unsigned long excpt_lpint = (unsigned long) excpt_dummy;
 
unsigned long excpt_align = (unsigned long) excpt_dummy;
 
unsigned long excpt_illinsn = (unsigned long) excpt_dummy;
 
unsigned long excpt_hpint = (unsigned long) excpt_dummy;
 
unsigned long excpt_dtlbmiss = (unsigned long) excpt_dummy;
 
unsigned long excpt_itlbmiss = (unsigned long) excpt_dummy;
 
unsigned long excpt_range = (unsigned long) excpt_dummy;
 
unsigned long excpt_syscall = (unsigned long) excpt_dummy;
 
unsigned long excpt_break = (unsigned long) excpt_dummy;
 
unsigned long excpt_trap = (unsigned long) excpt_dummy;
 
 
#if OR1K
#if OR1K
 
 
/* Start function, called by reset exception handler.  */
/* Start function, called by reset exception handler.  */
void reset ()
void reset ()
{
{
Line 110... Line 126...
  while (length--)
  while (length--)
    *dst++ = *src++;
    *dst++ = *src++;
  return dst;
  return dst;
}
}
 
 
 No newline at end of file
 No newline at end of file
 
void excpt_dummy() {}
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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