Skip to content

Commit 27ac731

Browse files
authored
Merge pull request #9047 from The-OpenROAD-Project-staging/gui-net
gui: Use net not nets in the path generated from the Timing Report wi…
2 parents 781f8c6 + 91a21ea commit 27ac731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/timingWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ QString TimingWidget::generateClosestMatchString(CommandType type,
520520

521521
command += focus_view_ == setup_timing_table_view_ ? " -path_delay max"
522522
: " -path_delay min";
523-
command += " -fields {capacitance slew input_pins nets fanout} -format "
523+
command += " -fields {capacitance slew input_pins net fanout} -format "
524524
"full_clock_expanded";
525525

526526
return command;

0 commit comments

Comments
 (0)