From 6aaa9f5a3d02224f2760d993d114163ce7678e1f Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 13 Nov 2019 12:11:17 +0000 Subject: frontend/base: Functions for port import Signed-off-by: David Shah --- common/nextpnr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') 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 wires; + std::vector aliases; // entries in net_aliases that point to this net + std::unique_ptr clkconstr; TimingConstrObjectId tmg_id; -- cgit v1.2.3