diff options
Diffstat (limited to 'ice40/arch.h')
-rw-r--r-- | ice40/arch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index 207e885c..cd14949f 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -185,10 +185,17 @@ struct ChipInfoPOD RelPtr<PackageInfoPOD> packages_data; }); +#if defined(_MSC_VER) +extern const char* chipdb_blob_384; +extern const char* chipdb_blob_1k; +extern const char* chipdb_blob_5k; +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_8k[]; +#endif /************************ End of chipdb section. ************************/ |