Skip to content

Commit 91a21ea

Browse files
committed
gui: Use net not nets in the path generated from the Timing Report widget
sta no longer supports nets Signed-off-by: Matt Liberty <[email protected]>
1 parent a6bbc93 commit 91a21ea

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)