mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-02 10:48:35 +02:00
verilog reader cleanups
commit 1f29e7bd737c70e408d61cd6c55be567a97c2aec Author: James Cherry <[email protected]> Date: Sat Dec 28 15:31:41 2024 -0800 mv unconnected_net_name_ into VerilogReader Signed-off-by: James Cherry <[email protected]> commit 1824cc9609c6b3d44792ebfa19b550472ff1306d Author: James Cherry <[email protected]> Date: Sat Dec 28 14:45:22 2024 -0800 verilog reader use std::string for filename Signed-off-by: James Cherry <[email protected]> commit 8d1d4c6639c54efcae85c476d46734e50909854c Author: James Cherry <[email protected]> Date: Sat Dec 28 13:49:59 2024 -0800 attribute_stmts() -> attributeStmts() Signed-off-by: James Cherry <[email protected]> commit 7e6bb731a279c0827a43dd3f66ab5885aea73014 Author: James Cherry <[email protected]> Date: Sat Dec 28 13:47:15 2024 -0800 Sta::readerilog Signed-off-by: James Cherry <[email protected]> Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -112,6 +112,7 @@ public:
|
||||
bool infer_latches);
|
||||
bool setMinLibrary(const char *min_filename,
|
||||
const char *max_filename);
|
||||
bool readVerilog(const char *filename);
|
||||
// Network readers call this to notify the Sta to delete any previously
|
||||
// linked network.
|
||||
void readNetlistBefore();
|
||||
|
||||
Reference in New Issue
Block a user