aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/archdefs.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-09-24 15:14:28 +0100
committerDavid Shah <davey1576@gmail.com>2018-09-24 15:14:28 +0100
commitd5d9fb27a66604c89b7a2746e7ca9749b62aec91 (patch)
tree9d0a406da4bcd0c0dd351eaa0f510fa861fef39b /ice40/archdefs.h
parent9834b68041f8bc015d0195303b81636047d86b1c (diff)
downloadnextpnr-d5d9fb27a66604c89b7a2746e7ca9749b62aec91.tar.gz
nextpnr-d5d9fb27a66604c89b7a2746e7ca9749b62aec91.tar.bz2
nextpnr-d5d9fb27a66604c89b7a2746e7ca9749b62aec91.zip
ice40: Validity check for LVDS IO
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/archdefs.h')
-rw-r--r--ice40/archdefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ice40/archdefs.h b/ice40/archdefs.h
index 8e20de23..c04033e7 100644
--- a/ice40/archdefs.h
+++ b/ice40/archdefs.h
@@ -144,6 +144,11 @@ struct ArchCellInfo
int inputCount;
const NetInfo *clk, *cen, *sr;
} lcInfo;
+ struct
+ {
+ bool lvds;
+ // TODO: clk packing checks...
+ } ioInfo;
};
};