GraphDelayCalc::findVertexDelay bidir load->driver

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2026-07-14 15:30:19 -07:00
parent 87e837a8be
commit dd657bf250
3 changed files with 41 additions and 28 deletions
+1
View File
@@ -255,6 +255,7 @@ public:
std::string name(const Network *network) const;
[[nodiscard]] bool isBidirectDriver() const { return is_bidirect_drvr_; }
[[nodiscard]] bool isDriver(const Network *network) const;
[[nodiscard]] bool isLoad(const Network *network) const;
Level level() const { return level_; }
void setLevel(Level level);
[[nodiscard]] bool visited() const { return visited1_; }