RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nios2.h
Go to the documentation of this file.
1
13/*
14 * COPYRIGHT (c) 1989-1999.
15 * On-Line Applications Research Corporation (OAR).
16 *
17 * The license and distribution terms for this file may be
18 * found in the file LICENSE in this distribution or at
19 * http://www.rtems.org/license/LICENSE.
20 *
21 */
22
23#ifndef _RTEMS_SCORE_NIOS2_H
24#define _RTEMS_SCORE_NIOS2_H
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30/*
31 * This file contains the information required to build
32 * RTEMS for a particular member of the NIOS2 family.
33 * It does this by setting variables to indicate which
34 * implementation dependent features are present in a particular
35 * member of the family.
36 *
37 * This is a good place to list all the known CPU models
38 * that this port supports and which RTEMS CPU model they correspond
39 * to.
40 */
41
42/*
43 * Define the name of the CPU family and specific model.
44 */
45
46#define CPU_NAME "NIOS2"
47#define CPU_MODEL_NAME "nios2"
48
49/*
50 * See also nios2-rtems-gcc -print-multi-lib for all valid combinations of
51 *
52 * -mno-hw-mul
53 * -mhw-mulx
54 * -mstack-check
55 * -pg
56 * -EB
57 * -mcustom-fpu-cfg=60-1
58 * -mcustom-fpu-cfg=60-2
59 */
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* _RTEMS_SCORE_NIOS2_H */