diff options
Diffstat (limited to 'ecp5/archdefs.h')
-rw-r--r-- | ecp5/archdefs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h index 6a149264..2b4590e5 100644 --- a/ecp5/archdefs.h +++ b/ecp5/archdefs.h @@ -23,6 +23,7 @@ #include <boost/functional/hash.hpp> +#include "base_clusterinfo.h" #include "idstring.h" #include "nextpnr_namespaces.h" @@ -148,7 +149,9 @@ struct ArchNetInfo bool is_global = false; }; -struct ArchCellInfo +typedef IdString ClusterId; + +struct ArchCellInfo : BaseClusterInfo { struct { |