aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/chip.h')
-rw-r--r--ice40/chip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ice40/chip.h b/ice40/chip.h
index 6739e45a..136c33b7 100644
--- a/ice40/chip.h
+++ b/ice40/chip.h
@@ -201,10 +201,10 @@ struct IerenInfoPOD
struct BitstreamInfoPOD
{
- int num_switches, num_ierens;
- TileInfoPOD *tiles_nonrouting;
- SwitchInfoPOD *switches;
- IerenInfoPOD *ierens;
+ int32_t num_switches, num_ierens;
+ RelPtr<TileInfoPOD> tiles_nonrouting;
+ RelPtr<SwitchInfoPOD> switches;
+ RelPtr<IerenInfoPOD> ierens;
} __attribute__((packed));
struct ChipInfoPOD