| 73 | } |
| 74 | |
| 75 | static bool is_dirty (const lay::CellViewRef *cv) |
| 76 | { |
| 77 | if (cv->handle ()) { |
| 78 | return cv->handle ()->is_dirty (); |
| 79 | } else { |
| 80 | return false; |
| 81 | } |
| 82 | } |
| 83 | |
| 84 | static void apply_technology (const lay::CellViewRef *cv, const std::string &tech) |
| 85 | { |