* @brief Load a (new) file into the layout * * The add_cellview param controls whether to create a new cellview * or clear all cellviews before. * * The new layout will use the default technology. * * @return The index of the cellview loaded. */
| 1592 | * @return The index of the cellview loaded. |
| 1593 | */ |
| 1594 | unsigned int load_layout (const std::string &filename, bool add_cellview) |
| 1595 | { |
| 1596 | return load_layout (filename, std::string (), add_cellview); |
| 1597 | } |
| 1598 | |
| 1599 | /** |
| 1600 | * @brief Load a (new) file into the layout associating it with the given technology |