From b4160c228e789639dc9f434100976c5eb1f95d8d Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 28 Jan 2021 16:48:22 -0800 Subject: Add archcheck for partition methods. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- generic/archdefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'generic/archdefs.h') diff --git a/generic/archdefs.h b/generic/archdefs.h index 978c9c9b..cb78249a 100644 --- a/generic/archdefs.h +++ b/generic/archdefs.h @@ -51,6 +51,7 @@ typedef IdString WireId; typedef IdString PipId; typedef IdString GroupId; typedef IdString DecalId; +typedef IdString PartitionId; struct ArchNetInfo { -- cgit v1.2.3 From 9fe546f279cd643a308322ffa6af622630892315 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Fri, 29 Jan 2021 14:55:10 -0800 Subject: Rename Partition -> BelBucket. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- generic/archdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/archdefs.h') diff --git a/generic/archdefs.h b/generic/archdefs.h index cb78249a..7623bf40 100644 --- a/generic/archdefs.h +++ b/generic/archdefs.h @@ -51,7 +51,7 @@ typedef IdString WireId; typedef IdString PipId; typedef IdString GroupId; typedef IdString DecalId; -typedef IdString PartitionId; +typedef IdString BelBucketId; struct ArchNetInfo { -- cgit v1.2.3