remove support for liberty default_wire_load

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2022-07-03 10:49:40 -07:00
parent 15209ab0da
commit b697aa12f0
7 changed files with 10 additions and 18 deletions
-2
View File
@@ -740,8 +740,6 @@ public:
Clock *findClock(const char *name) const;
virtual void findClocksMatching(PatternMatch *pattern,
ClockSeq *clks) const;
// Wireload set by set_wire_load_model or default library default_wire_load.
Wireload *wireloadDefaulted(const MinMax *min_max);
Wireload *wireload(const MinMax *min_max);
void setWireload(Wireload *wireload,
const MinMaxAll *min_max);