aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-22 17:44:26 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-22 17:44:26 +0200
commit7c169c48d015d78482a6a0496c7f5bb8c3d63536 (patch)
treec906a5a692dbe6b3c4746ed34896b136f8683c6a /ice40/arch.h
parente5bd4764b27c86fa804700b18bcac5cf18815314 (diff)
downloadnextpnr-7c169c48d015d78482a6a0496c7f5bb8c3d63536.tar.gz
nextpnr-7c169c48d015d78482a6a0496c7f5bb8c3d63536.tar.bz2
nextpnr-7c169c48d015d78482a6a0496c7f5bb8c3d63536.zip
ice40: Preparations for extra cells support
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 66292783..74a1efcc 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -51,7 +51,18 @@ enum BelType : int32_t
TYPE_ICESTORM_LC,
TYPE_ICESTORM_RAM,
TYPE_SB_IO,
- TYPE_SB_GB
+ TYPE_SB_GB,
+ TYPE_ICESTORM_PLL,
+ TYPE_SB_WARMBOOT,
+ TYPE_SB_MAC16,
+ TYPE_ICESTORM_HFOSC,
+ TYPE_ICESTORM_LFOSC,
+ TYPE_SB_I2C,
+ TYPE_SB_SPI,
+ TYPE_IO_I3C,
+ TYPE_SB_LEDDA_IP,
+ TYPE_SB_RGBA_DRV,
+ TYPE_SB_SPRAM256KA,
};
enum PortPin : int32_t