From 900116cf72f2028966d16a7fd0bf3955c758f106 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Wed, 1 Jul 2026 08:12:34 -0700 Subject: [PATCH] comment Signed-off-by: James Cherry --- include/sta/Sta.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/sta/Sta.hh b/include/sta/Sta.hh index da5da08b..bf482f55 100644 --- a/include/sta/Sta.hh +++ b/include/sta/Sta.hh @@ -947,6 +947,11 @@ public: // from/thrus/to are owned and deleted by Search. // PathEnds in the returned PathEndSeq are owned by Search PathGroups // and deleted on next call. + // + // IMPORTANT: THIS IS NOT THE DROID YOU ARE LOOKING FOR. + // This function is specifically designed to support the many options + // and results of timing reports. It is NOT a good option to find paths + // for optimization. PathEndSeq findPathEnds(ExceptionFrom *from, ExceptionThruSeq *thrus, ExceptionTo *to,