From 08acc67c058191b33b7a0a679523fe59bd7d8dc3 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Wed, 28 Jan 2026 11:56:40 -0700 Subject: [PATCH] Sta::networkChanged() comment Signed-off-by: James Cherry --- include/sta/Sta.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/sta/Sta.hh b/include/sta/Sta.hh index cdf67203..4404eedf 100644 --- a/include/sta/Sta.hh +++ b/include/sta/Sta.hh @@ -1153,7 +1153,9 @@ public: virtual void disconnectPin(Pin *pin); virtual void makePortPin(const char *port_name, PortDirection *dir); - // Notify STA of network change. + // Notify STA that the network has changed without using the network + // editing API. For example, reading a netlist without using the + // builtin network readers. void networkChanged(); void deleteLeafInstanceBefore(const Instance *inst); void deleteInstancePinsBefore(const Instance *inst);