From ddfc535df766a8d6091e6c043b74bb6a40c8d2b7 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 17 Jul 2018 20:04:49 +0200 Subject: Add ArchNetInfo and ArchCellInfo Signed-off-by: Clifford Wolf --- ice40/archdefs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ice40') 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 return seed; } }; - } // namespace std -- cgit v1.2.3