From 37cd1fc6be104587f5f99f3979c2c5346c9d949f Mon Sep 17 00:00:00 2001 From: James Cherry Date: Tue, 13 Jul 2021 22:18:11 -0700 Subject: [PATCH] WriteSdc::writeNetLoads virtual --- sdc/WriteSdcPvt.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdc/WriteSdcPvt.hh b/sdc/WriteSdcPvt.hh index 532c353a..74e0888b 100644 --- a/sdc/WriteSdcPvt.hh +++ b/sdc/WriteSdcPvt.hh @@ -117,7 +117,7 @@ public: void writeEnvironment() const; void writeOperatingConditions() const; void writeWireload() const; - void writeNetLoads() const; + virtual void writeNetLoads() const; void writeNetLoad(Net *net, const MinMaxAll *min_max, float cap) const;