| 3535 | } |
| 3536 | |
| 3537 | unsigned int |
| 3538 | LayoutViewBase::load_layout (const std::string &filename, const std::string &technology, bool add_cellview) |
| 3539 | { |
| 3540 | return load_layout (filename, db::LoadLayoutOptions (), technology, add_cellview); |
| 3541 | } |
| 3542 | |
| 3543 | unsigned int |
| 3544 | LayoutViewBase::load_layout (const std::string &filename, const db::LoadLayoutOptions &options, const std::string &technology, bool add_cellview) |
nothing calls this directly
no test coverage detected