aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/archdefs.h')
-rw-r--r--ice40/archdefs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ice40/archdefs.h b/ice40/archdefs.h
index b9614c07..8dcf0365 100644
--- a/ice40/archdefs.h
+++ b/ice40/archdefs.h
@@ -152,6 +152,10 @@ struct ArchCellInfo
bool lvds;
// TODO: clk packing checks...
} ioInfo;
+ struct
+ {
+ bool forPadIn;
+ } gbInfo;
};
};