URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
[/] [minsoc/] [trunk/] [sw/] [support/] [or1200.h] - Diff between revs 54 and 74
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 54 |
Rev 74 |
Line 18... |
Line 18... |
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|
|
/* This file is also used by microkernel test bench. Among
|
/* This file is also used by microkernel test bench. Among
|
others it is also used in assembly file(s). */
|
others it is also used in assembly file(s). */
|
|
|
|
#define __CLABEL(prefix, label) prefix ## label
|
|
#define _CLABEL(prefix, label) __CLABEL(prefix, label)
|
|
#define CLABEL(label) _CLABEL(__USER_LABEL_PREFIX__, label)
|
|
|
/* Definition of special-purpose registers (SPRs) */
|
/* Definition of special-purpose registers (SPRs) */
|
|
|
#define MAX_GRPS (32)
|
#define MAX_GRPS (32)
|
#define MAX_SPRS_PER_GRP_BITS (11)
|
#define MAX_SPRS_PER_GRP_BITS (11)
|
#define MAX_SPRS_PER_GRP (1 << MAX_SPRS_PER_GRP_BITS)
|
#define MAX_SPRS_PER_GRP (1 << MAX_SPRS_PER_GRP_BITS)
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.