aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/chip.h')
-rw-r--r--ice40/chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ice40/chip.h b/ice40/chip.h
index 8298d837..6739e45a 100644
--- a/ice40/chip.h
+++ b/ice40/chip.h
@@ -180,8 +180,8 @@ struct ConfigEntryPOD
struct TileInfoPOD
{
int8_t cols, rows;
- int num_config_entries;
- ConfigEntryPOD *entries;
+ int16_t num_config_entries;
+ RelPtr<ConfigEntryPOD> entries;
} __attribute__((packed));
static const int max_switch_bits = 5;