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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [bfin/] [bfin-opts.h] - Blame information for rev 709

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 709 jeremybenn
/* Definitions for the Blackfin port needed for option handling.
2
   Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
3
   Free Software Foundation, Inc.
4
 
5
   This file is part of GCC.
6
 
7
   GCC is free software; you can redistribute it and/or modify it
8
   under the terms of the GNU General Public License as published
9
   by the Free Software Foundation; either version 3, or (at your
10
   option) any later version.
11
 
12
   GCC is distributed in the hope that it will be useful, but WITHOUT
13
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
14
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
15
   License for more details.
16
 
17
   You should have received a copy of the GNU General Public License
18
   along with GCC; see the file COPYING3.  If not see
19
   <http://www.gnu.org/licenses/>.  */
20
 
21
#ifndef BFIN_OPTS_H
22
#define BFIN_OPTS_H
23
 
24
/* CPU type.  */
25
typedef enum bfin_cpu_type
26
{
27
  BFIN_CPU_UNKNOWN,
28
  BFIN_CPU_BF512,
29
  BFIN_CPU_BF514,
30
  BFIN_CPU_BF516,
31
  BFIN_CPU_BF518,
32
  BFIN_CPU_BF522,
33
  BFIN_CPU_BF523,
34
  BFIN_CPU_BF524,
35
  BFIN_CPU_BF525,
36
  BFIN_CPU_BF526,
37
  BFIN_CPU_BF527,
38
  BFIN_CPU_BF531,
39
  BFIN_CPU_BF532,
40
  BFIN_CPU_BF533,
41
  BFIN_CPU_BF534,
42
  BFIN_CPU_BF536,
43
  BFIN_CPU_BF537,
44
  BFIN_CPU_BF538,
45
  BFIN_CPU_BF539,
46
  BFIN_CPU_BF542,
47
  BFIN_CPU_BF542M,
48
  BFIN_CPU_BF544,
49
  BFIN_CPU_BF544M,
50
  BFIN_CPU_BF547,
51
  BFIN_CPU_BF547M,
52
  BFIN_CPU_BF548,
53
  BFIN_CPU_BF548M,
54
  BFIN_CPU_BF549,
55
  BFIN_CPU_BF549M,
56
  BFIN_CPU_BF561,
57
  BFIN_CPU_BF592
58
} bfin_cpu_t;
59
 
60
#endif

powered by: WebSVN 2.1.0

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