compile error from PR#200

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2025-02-05 13:54:03 -08:00
parent e04e9d1145
commit be8dc4fa6e
+2 -1
View File
@@ -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_; }