aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/nextpnr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index 24f6948b..3fce97a2 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -397,6 +397,8 @@ struct NetInfo : ArchNetInfo
// wire -> uphill_pip
std::unordered_map<WireId, PipMap> wires;
+ std::vector<IdString> aliases; // entries in net_aliases that point to this net
+
std::unique_ptr<ClockConstraint> clkconstr;
TimingConstrObjectId tmg_id;