diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-01-28 16:48:22 -0800 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-02 07:34:56 -0800 |
commit | b4160c228e789639dc9f434100976c5eb1f95d8d (patch) | |
tree | 7a17215b2435a7a9531f1436bffc9b518e91f752 /generic/archdefs.h | |
parent | f3a7c691a317fafd48b9142ff0c688e75bbb6424 (diff) | |
download | nextpnr-b4160c228e789639dc9f434100976c5eb1f95d8d.tar.gz nextpnr-b4160c228e789639dc9f434100976c5eb1f95d8d.tar.bz2 nextpnr-b4160c228e789639dc9f434100976c5eb1f95d8d.zip |
Add archcheck for partition methods.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'generic/archdefs.h')
-rw-r--r-- | generic/archdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |