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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [cpu/] [a29k/] [rtems/] [score/] [a29k.h] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*  a29k.h
2
 *
3
 *  COPYRIGHT (c) 1989-1999.
4
 *  On-Line Applications Research Corporation (OAR).
5
 *
6
 *  The license and distribution terms for this file may be
7
 *  found in the file LICENSE in this distribution or at
8
 *  http://www.OARcorp.com/rtems/license.html.
9
 *
10
 *  a29k.h,v 1.4 2000/09/25 18:58:26 joel Exp
11
 *
12
 */
13
/* @(#)a29k.h       10/21/96     1.3 */
14
 
15
#ifndef _INCLUDE_A29K_h
16
#define _INCLUDE_A29K_h
17
 
18
#ifdef __cplusplus
19
extern "C" {
20
#endif
21
 
22
/*
23
 *  This file contains the information required to build
24
 *  RTEMS for a particular member of the "no cpu"
25
 *  family when executing in protected mode.  It does
26
 *  this by setting variables to indicate which implementation
27
 *  dependent features are present in a particular member
28
 *  of the family.
29
 */
30
 
31
#define A29K_HAS_FPU     0
32
#define CPU_MODEL_NAME "a29xxx"
33
 
34
/*
35
 *  Moving toward multilib with no attempt to distinguish
36
 *  multilib features in gcc.
37
 */
38
 
39
#if 0
40
#if defined(rtems_multilib)
41
/*
42
 *  Figure out all CPU Model Feature Flags based upon compiler
43
 *  predefines.
44
 */
45
 
46
#define CPU_MODEL_NAME  "rtems_multilib"
47
#define A29K_HAS_FPU 0
48
 
49
#elif defined(a29205)
50
 
51
#define CPU_MODEL_NAME  "a29205"
52
#define A29K_HAS_FPU     0
53
 
54
#else
55
 
56
#error "Unsupported CPU Model"
57
 
58
#endif
59
#endif
60
 
61
/*
62
 *  Define the name of the CPU family.
63
 */
64
 
65
#define CPU_NAME "AMD 29K"
66
 
67
/*
68
 * Some bits in the CPS:
69
 */
70
#define TD      0x20000
71
#define DI      0x00002
72
 
73
#ifdef __cplusplus
74
}
75
#endif
76
 
77
#endif /* ! _INCLUDE_A29K_h */
78
/* end of include file */

powered by: WebSVN 2.1.0

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