aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-07-17 20:04:49 +0200
committerClifford Wolf <clifford@clifford.at>2018-07-17 20:04:49 +0200
commitddfc535df766a8d6091e6c043b74bb6a40c8d2b7 (patch)
tree427f283948362a06ae32416a09a92c77446722b0 /ice40
parent3ef85b30b461972d264d7e259eca25762356c16e (diff)
downloadnextpnr-ddfc535df766a8d6091e6c043b74bb6a40c8d2b7.tar.gz
nextpnr-ddfc535df766a8d6091e6c043b74bb6a40c8d2b7.tar.bz2
nextpnr-ddfc535df766a8d6091e6c043b74bb6a40c8d2b7.zip
Add ArchNetInfo and ArchCellInfo
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40')
-rw-r--r--ice40/archdefs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ice40/archdefs.h b/ice40/archdefs.h
index 75df678a..ce7d3f52 100644
--- a/ice40/archdefs.h
+++ b/ice40/archdefs.h
@@ -150,6 +150,9 @@ struct DecalId
bool operator!=(const DecalId &other) const { return (type != other.type) || (index != other.index); }
};
+struct ArchNetInfo { };
+struct ArchCellInfo { };
+
NEXTPNR_NAMESPACE_END
namespace std {
@@ -201,5 +204,4 @@ template <> struct hash<NEXTPNR_NAMESPACE_PREFIX DecalId>
return seed;
}
};
-
} // namespace std