aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/timing.cc1
1 files changed, 1 insertions, 0 deletions
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());