We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c27ccf + 397c4b6 commit 0816570Copy full SHA for 0816570
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