From 0d6be6f4749174f4a6938a675456cb663edc47cb Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 6 May 2021 12:30:58 +0100 Subject: Add stub cluster API impl for remaining arches Signed-off-by: gatecat --- machxo2/archdefs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'machxo2/archdefs.h') diff --git a/machxo2/archdefs.h b/machxo2/archdefs.h index 11791d3c..2d50dddb 100644 --- a/machxo2/archdefs.h +++ b/machxo2/archdefs.h @@ -21,6 +21,7 @@ #ifndef MACHXO2_ARCHDEFS_H #define MACHXO2_ARCHDEFS_H +#include "base_clusterinfo.h" #include "idstring.h" #include "nextpnr_namespaces.h" @@ -104,6 +105,7 @@ struct PipId typedef IdString GroupId; typedef IdString DecalId; typedef IdString BelBucketId; +typedef IdString ClusterId; struct ArchNetInfo { @@ -111,7 +113,7 @@ struct ArchNetInfo struct NetInfo; -struct ArchCellInfo +struct ArchCellInfo : BaseClusterInfo { }; -- cgit v1.2.3