| 249 | } |
| 250 | |
| 251 | void |
| 252 | LayoutHandle::set_tech_name (const std::string &tn) |
| 253 | { |
| 254 | if (mp_layout && tn != tech_name ()) { |
| 255 | mp_layout->set_technology_name (tn); |
| 256 | } |
| 257 | } |
| 258 | |
| 259 | LayoutHandle * |
| 260 | LayoutHandle::find (const std::string &name) |
no test coverage detected