We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b6f40 commit 397c4b6Copy full SHA for 397c4b6
1 file changed
src/gui/src/dbDescriptors.cpp
@@ -619,6 +619,11 @@ Descriptor::Properties DbInstDescriptor::getDBProperties(
619
props.push_back({"Timing/Power", gui->makeSelected(sta_inst)});
620
}
621
622
+ odb::dbScanInst* scan_inst = inst->getScanInst();
623
+ if (scan_inst != nullptr) {
624
+ props.push_back({"Scan Inst", gui->makeSelected(scan_inst)});
625
+ }
626
+
627
return props;
628
629
0 commit comments