From 03575a2a7a07dd4798bf7acde6bd49258c2ec236 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Wed, 8 Aug 2018 08:32:17 -0700 Subject: One more breadcrumb --- common/timing.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/common/timing.cc b/common/timing.cc index c1be083d..3c430739 100644 --- a/common/timing.cc +++ b/common/timing.cc @@ -110,6 +110,7 @@ struct Timing } // If these constant nets exist, add them to the topographical ordering too + // TODO(eddieh): Also false paths and should be removed from ordering auto it = ctx->nets.find(ctx->id("$PACKER_VCC_NET")); if (it != ctx->nets.end()) { topographical_order.emplace_back(it->second.get()); -- cgit v1.2.3