aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/archdefs.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-04-28 14:49:26 +0100
committergatecat <gatecat@ds0.me>2021-05-06 11:47:06 +0100
commit6a3eacddd60713d9c0d470d13a54a0c42f7d87c9 (patch)
tree52452bdd4993a2885b4fd886263435ac1e87a54c /gowin/archdefs.h
parente1717bd771f51e3a2c370ffa64d50de6b8ee6ca6 (diff)
downloadnextpnr-6a3eacddd60713d9c0d470d13a54a0c42f7d87c9.tar.gz
nextpnr-6a3eacddd60713d9c0d470d13a54a0c42f7d87c9.tar.bz2
nextpnr-6a3eacddd60713d9c0d470d13a54a0c42f7d87c9.zip
Add default base implementation of cluster API
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'gowin/archdefs.h')
-rw-r--r--gowin/archdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gowin/archdefs.h b/gowin/archdefs.h
index ef297d41..a6b16e5b 100644
--- a/gowin/archdefs.h
+++ b/gowin/archdefs.h
@@ -48,6 +48,7 @@ typedef IdString PipId;
typedef IdString GroupId;
typedef IdString DecalId;
typedef IdString BelBucketId;
+typedef IdString ClusterId;
struct ArchNetInfo
{