URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 25 |
Rev 52 |
Line 19... |
Line 19... |
|
|
#define NUM_RUNS (1)
|
#define NUM_RUNS (1)
|
#define DLX_FREQ 200 /* in MHz */
|
#define DLX_FREQ 200 /* in MHz */
|
#define PROC_6 1
|
#define PROC_6 1
|
|
|
|
#if USE_UCLIBC
|
|
#include "stdio.h"
|
|
#endif
|
|
|
|
// OR32 trap vector dummy functions
|
|
void buserr_except(){}
|
|
void dpf_except(){}
|
|
void ipf_except(){}
|
|
void lpint_except(){}
|
|
void align_except(){}
|
|
void illegal_except(){}
|
|
void hpint_except(){}
|
|
void dtlbmiss_except(){}
|
|
void itlbmiss_except(){}
|
|
void range_except(){}
|
|
void syscall_except(){}
|
|
void res1_except(){}
|
|
void trap_except(){}
|
|
void res2_except(){}
|
|
|
|
|
#ifndef strcpy
|
#ifndef strcpy
|
char *strcpy (char *dst0, char *src0)
|
char *strcpy (char *dst0, char *src0)
|
{
|
{
|
char *s = dst0;
|
char *s = dst0;
|
|
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.