aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/archdefs.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-05-06 12:30:58 +0100
committergatecat <gatecat@ds0.me>2021-05-06 13:12:52 +0100
commit0d6be6f4749174f4a6938a675456cb663edc47cb (patch)
treefcd843131002f8986decf8dcd9352cf3ebd54290 /fpga_interchange/archdefs.h
parentc6fa1a179aa8c79d335ba03814ea71d871c87577 (diff)
downloadnextpnr-0d6be6f4749174f4a6938a675456cb663edc47cb.tar.gz
nextpnr-0d6be6f4749174f4a6938a675456cb663edc47cb.tar.bz2
nextpnr-0d6be6f4749174f4a6938a675456cb663edc47cb.zip
Add stub cluster API impl for remaining arches
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange/archdefs.h')
-rw-r--r--fpga_interchange/archdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpga_interchange/archdefs.h b/fpga_interchange/archdefs.h
index 23bff4f3..c145b893 100644
--- a/fpga_interchange/archdefs.h
+++ b/fpga_interchange/archdefs.h
@@ -98,6 +98,8 @@ struct BelBucketId
bool operator<(const BelBucketId &other) const { return name < other.name; }
};
+typedef IdString ClusterId;
+
struct SiteExpansionLoop;
struct ArchNetInfo