Sta::readLiberty rm extra network arg

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2021-11-13 11:52:00 -07:00
parent ddd7f39736
commit 1c9870c3d2
2 changed files with 8 additions and 13 deletions
+2 -4
View File
@@ -1285,12 +1285,10 @@ protected:
LibertyLibrary *readLibertyFile(const char *filename,
Corner *corner,
const MinMaxAll *min_max,
bool infer_latches,
Network *network);
bool infer_latches);
// Allow external Liberty reader to parse forms not used by Sta.
virtual LibertyLibrary *readLibertyFile(const char *filename,
bool infer_latches,
Network *network);
bool infer_latches);
void delayCalcPreamble();
void delaysInvalidFrom(Port *port);
void delaysInvalidFromFanin(Port *port);