Sta::networkChanged() comment

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2026-01-28 11:56:40 -07:00
parent 117e4094bc
commit 08acc67c05
1 changed files with 3 additions and 1 deletions

View File

@ -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);