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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc1/] [or1ksim/] [testbench/] [support/] [support.h] - Diff between revs 342 and 381

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

Rev 342 Rev 381
Line 4... Line 4...
 
 
#ifndef SUPPORT_H
#ifndef SUPPORT_H
#define SUPPORT_H
#define SUPPORT_H
 
 
#include <stdarg.h>
#include <stdarg.h>
#include <_ansi.h>
 
#include <stddef.h>
#include <stddef.h>
#include <limits.h>
#include <limits.h>
 
 
#if OR1K
#if OR1K
 
#include <_ansi.h>
 
 
void printf(const char *fmt, ...);
void printf(const char *fmt, ...);
 
 
/* For writing into SPR. */
/* For writing into SPR. */
void mtspr(unsigned long spr, unsigned long value);
void mtspr(unsigned long spr, unsigned long value);
 
 

powered by: WebSVN 2.1.0

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