mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-29 17:28:57 +02:00
compile error from PR#200
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -147,7 +147,8 @@ public:
|
||||
int to_index);
|
||||
VerilogModule *module(Cell *cell);
|
||||
Instance *linkNetwork(const char *top_cell_name,
|
||||
bool make_black_boxes);
|
||||
bool make_black_boxes,
|
||||
bool delete_modules);
|
||||
const char *filename() const { return filename_.c_str(); }
|
||||
void incrLine();
|
||||
Report *report() const { return report_; }
|
||||
|
||||
Reference in New Issue
Block a user