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 --- gowin/archdefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gowin/archdefs.h') diff --git a/gowin/archdefs.h b/gowin/archdefs.h index a6b16e5b..fd7e0b0b 100644 --- a/gowin/archdefs.h +++ b/gowin/archdefs.h @@ -21,6 +21,7 @@ #ifndef GOWIN_ARCHDEFS_H #define GOWIN_ARCHDEFS_H +#include "base_clusterinfo.h" #include "idstring.h" #include "nextpnr_namespaces.h" @@ -56,7 +57,7 @@ struct ArchNetInfo struct NetInfo; -struct ArchCellInfo +struct ArchCellInfo : BaseClusterInfo { // Is the flip-flop of this slice used bool ff_used; -- cgit v1.2.3