mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-19 09:19:46 +00:00
gui: cosmetics
This commit is contained in:
@@ -195,7 +195,6 @@ void Model::loadContext(Context *ctx)
|
||||
pipid.index = i;
|
||||
pipMap[std::pair<int, int>(pip->x, pip->y)].push_back(pipid);
|
||||
}
|
||||
printf("generating pip static tree...\n");
|
||||
auto pipGetter = [](Context *ctx, PipId id) { return ctx->getPipName(id); };
|
||||
pip_root_ = std::unique_ptr<PipXYRoot>(new PipXYRoot(ctx, "Pips", root_.get(), pipMap, pipGetter, ElementType::PIP));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user