summaryrefslogtreecommitdiff
path: root/include/ACEX1K.h
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2019-06-28 14:41:20 +0200
committerMichal Simek <michal.simek@xilinx.com>2019-07-30 10:21:11 +0200
commit3b2a595fc6595ea35f980b5924ebffecd3a875a5 (patch)
tree17ef523264a4477ab10e0b8a8ec16b0dab8ec97a /include/ACEX1K.h
parent216dad75073fb11442448147738112e4c8dc6a1f (diff)
fpga: altera: Add some more device sizes
There seems to be only one place, where this is checked against: `altera_validate()`. It should be non zero. Otherwise it is only used to display it, so it probably does not really matter at the moment. But we had the datasheet open anyway … Sizes in datasheet are bit counts, display here is in bytes. Signed-off-by: Alexander Dahl <ada@thorsis.com>
Diffstat (limited to 'include/ACEX1K.h')
-rw-r--r--include/ACEX1K.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ACEX1K.h b/include/ACEX1K.h
index 9814bba284..7c5253c66c 100644
--- a/include/ACEX1K.h
+++ b/include/ACEX1K.h
@@ -60,6 +60,16 @@ typedef struct {
#define Altera_EP2C35_SIZE 883905
#define Altera_EP3C5_SIZE 368011 /* .rbf size in bytes */
+#define ALTERA_EP4CE6_SIZE 368011 /* 2944088 Bits */
+#define ALTERA_EP4CE10_SIZE 368011 /* 2944088 Bits */
+#define ALTERA_EP4CE15_SIZE 510856 /* 4086848 Bits */
+#define ALTERA_EP4CE22_SIZE 718569 /* 5748552 Bits */
+#define ALTERA_EP4CE30_SIZE 1191788 /* 9534304 Bits */
+#define ALTERA_EP4CE40_SIZE 1191788 /* 9534304 Bits */
+#define ALTERA_EP4CE55_SIZE 1861195 /* 14889560 Bits */
+#define ALTERA_EP4CE75_SIZE 2495719 /* 19965752 Bits */
+#define ALTERA_EP4CE115_SIZE 3571462 /* 28571696 Bits */
+
/* Descriptor Macros
*********************************************************************/
/* ACEX1K devices */