aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.cc
diff options
context:
space:
mode:
authorEddie Hung <eddieh@ece.ubc.ca>2018-08-08 08:32:17 -0700
committerEddie Hung <eddieh@ece.ubc.ca>2018-08-08 08:32:17 -0700
commit03575a2a7a07dd4798bf7acde6bd49258c2ec236 (patch)
treee8cad888438c41479c1ef6b84d7e7a9ca60704dc /common/timing.cc
parent91023d2a0e6c4d15b640f9c913565b8298f0a19c (diff)
downloadnextpnr-03575a2a7a07dd4798bf7acde6bd49258c2ec236.tar.gz
nextpnr-03575a2a7a07dd4798bf7acde6bd49258c2ec236.tar.bz2
nextpnr-03575a2a7a07dd4798bf7acde6bd49258c2ec236.zip
One more breadcrumb
Diffstat (limited to 'common/timing.cc')
-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());