Harald Pretl
06/24/2022, 1:08 PM/openroad/src/par/src/autocluster.cpp:1441:12: error: 'LibertyCellSequentialIterator' is not a member of 'sta'; did you mean 'LibertyCellPgPortIterator'?
#0 154.8 1441 | sta::LibertyCellSequentialIterator seq_iter(lib_cell);
#0 154.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#0 154.8 | LibertyCellPgPortIterator
#0 154.8 /openroad/src/par/src/autocluster.cpp:1442:14: error: 'seq_iter' was not declared in this scope; did you mean 'leaf_iter'?
#0 154.8 1442 | while (seq_iter.hasNext()) {
#0 154.8 | ^~~~~~~~
#0 154.8 | leaf_iter
Any idea why that is? We use the OpenROAD hash from the tool_metadata.yml
of the corresponding OpenLane commit. (cc @Georg Zachl)