One more breadcrumb
This commit is contained in:
parent
91023d2a0e
commit
03575a2a7a
@ -110,6 +110,7 @@ struct Timing
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If these constant nets exist, add them to the topographical ordering too
|
// 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"));
|
auto it = ctx->nets.find(ctx->id("$PACKER_VCC_NET"));
|
||||||
if (it != ctx->nets.end()) {
|
if (it != ctx->nets.end()) {
|
||||||
topographical_order.emplace_back(it->second.get());
|
topographical_order.emplace_back(it->second.get());
|
||||||
|
Loading…
Reference in New Issue
Block a user