aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-10 16:31:06 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-10 16:31:06 +0200
commit602e6fab1e1d90a00b868733953a0d25632d8414 (patch)
treee4920eb7f3f1d6dd9867b86ee75f4aac334f1081 /ice40/chip.h
parent02b83d6db6c2d0d690b302459fbe490eaa5d140c (diff)
downloadnextpnr-602e6fab1e1d90a00b868733953a0d25632d8414.tar.gz
nextpnr-602e6fab1e1d90a00b868733953a0d25632d8414.tar.bz2
nextpnr-602e6fab1e1d90a00b868733953a0d25632d8414.zip
Add support for iCE40 global buffers (currently only for 1k devices)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/chip.h')
-rw-r--r--ice40/chip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ice40/chip.h b/ice40/chip.h
index 7e20a252..cedc89b6 100644
--- a/ice40/chip.h
+++ b/ice40/chip.h
@@ -45,7 +45,8 @@ enum BelType
TYPE_NONE,
TYPE_ICESTORM_LC,
TYPE_ICESTORM_RAM,
- TYPE_SB_IO
+ TYPE_SB_IO,
+ TYPE_SB_GB
};
IdString belTypeToId(BelType type);