mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-29 17:28:57 +02:00
Sta::readLiberty rm extra network arg
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
+2
-4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user