ecp5: Disable Pip list in GUI for now
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
32ff0059fe
commit
e3a403fa29
@ -141,6 +141,7 @@ void ContextTreeModel::loadData(Context *ctx)
|
||||
QMap<QString, ContextTreeItem *> pip_items;
|
||||
|
||||
// Add pips to tree
|
||||
#ifndef ARCH_ECP5
|
||||
for (auto pip : ctx->getPips()) {
|
||||
auto id = ctx->getPipName(pip);
|
||||
QStringList items = QString(id.c_str(ctx)).split("/");
|
||||
@ -164,6 +165,7 @@ void ContextTreeModel::loadData(Context *ctx)
|
||||
parent = pip_items[name];
|
||||
}
|
||||
}
|
||||
#endif
|
||||
pip_root->sort();
|
||||
|
||||
nets_root = new ContextTreeItem("Nets");
|
||||
|
Loading…
Reference in New Issue
Block a user