aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/archdefs.h')
-rw-r--r--fpga_interchange/archdefs.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/fpga_interchange/archdefs.h b/fpga_interchange/archdefs.h
index d20c5ea4..8364520d 100644
--- a/fpga_interchange/archdefs.h
+++ b/fpga_interchange/archdefs.h
@@ -98,11 +98,14 @@ struct BelBucketId
bool operator<(const BelBucketId &other) const { return name < other.name; }
};
+struct SiteExpansionLoop;
+
struct ArchNetInfo
{
-};
+ virtual ~ArchNetInfo();
-struct NetInfo;
+ SiteExpansionLoop *loop = nullptr;
+};
struct ArchCellInfo
{