aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
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);