aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index b25e3aee..706043b2 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -248,11 +248,13 @@ NPNR_PACKED_STRUCT(struct ChipInfoPOD {
extern const char *chipdb_blob_384;
extern const char *chipdb_blob_1k;
extern const char *chipdb_blob_5k;
+extern const char *chipdb_blob_u4k;
extern const char *chipdb_blob_8k;
#else
extern const char chipdb_blob_384[];
extern const char chipdb_blob_1k[];
extern const char chipdb_blob_5k[];
+extern const char chipdb_blob_u4k[];
extern const char chipdb_blob_8k[];
#endif
@@ -400,7 +402,8 @@ struct ArchArgs
LP8K,
HX1K,
HX8K,
- UP5K
+ UP5K,
+ U4K
} type = NONE;
std::string package;
};