diff options
| author | Andre Schwarz <[email protected]> | 2008-05-27 10:25:39 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-06-03 21:40:09 +0200 |
| commit | b64b8a0bd310935b70af69ac970952f2b364ae56 (patch) | |
| tree | 5cff3ee187ff0914e022220f9ddb702f6ca718d6 /include/ACEX1K.h | |
| parent | 35ef877f0a8f6232cdef748f442fed5accb2b641 (diff) | |
Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
Signed-off-by: Andre Schwarz <[email protected]>
Diffstat (limited to 'include/ACEX1K.h')
| -rw-r--r-- | include/ACEX1K.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ACEX1K.h b/include/ACEX1K.h index 6ea0eed9523..354e0f0e47c 100644 --- a/include/ACEX1K.h +++ b/include/ACEX1K.h @@ -77,6 +77,8 @@ typedef struct { #endif #define Altera_EP1K100_SIZE (166965*8) +#define Altera_EP2C8_SIZE 247942 +#define Altera_EP2C20_SIZE 586562 #define Altera_EP2C35_SIZE 883905 /* Descriptor Macros |
