| 131 | } |
| 132 | |
| 133 | static void cv_descend (lay::CellViewRef *cv, const std::vector<db::InstElement> &path) |
| 134 | { |
| 135 | if (cv->is_valid ()) { |
| 136 | cv->view ()->descend (path, cv->index ()); |
| 137 | } |
| 138 | } |
| 139 | |
| 140 | static void cv_ascend (lay::CellViewRef *cv) |
| 141 | { |