Skip to content

Commit dd5f1f2

Browse files
committed
mpl: set type of new groups to be visual debug
Signed-off-by: Arthur Koucher <[email protected]>
1 parent 7013dcf commit dd5f1f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mpl/src/hier_rtlmp.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,6 +2588,8 @@ void HierRTLMP::createGroupForCluster(Cluster* cluster,
25882588
? odb::dbGroup::create(parent_group, cluster->getName().c_str())
25892589
: odb::dbGroup::create(block_, cluster->getName().c_str());
25902590

2591+
cluster_group->setType(odb::dbGroupType::VISUAL_DEBUG);
2592+
25912593
for (odb::dbInst* inst : cluster->getLeafStdCells()) {
25922594
cluster_group->addInst(inst);
25932595
}

0 commit comments

Comments
 (0)