From c6fa1a179aa8c79d335ba03814ea71d871c87577 Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 6 May 2021 12:25:32 +0100 Subject: nexus: Use new cluster API Signed-off-by: gatecat --- nexus/archdefs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nexus/archdefs.h') diff --git a/nexus/archdefs.h b/nexus/archdefs.h index b9ac3c77..660f166c 100644 --- a/nexus/archdefs.h +++ b/nexus/archdefs.h @@ -23,6 +23,7 @@ #include #include +#include "base_clusterinfo.h" #include "idstring.h" #include "nextpnr_namespaces.h" @@ -157,7 +158,9 @@ inline bool operator!=(const FFControlSet &a, const FFControlSet &b) (a.ce != b.ce); } -struct ArchCellInfo +typedef IdString ClusterId; + +struct ArchCellInfo : BaseClusterInfo { union { -- cgit v1.2.3