* @brief Get the number of netlist databases */
| 2772 | * @brief Get the number of netlist databases |
| 2773 | */ |
| 2774 | unsigned int num_l2ndbs () const |
| 2775 | { |
| 2776 | return (unsigned int) m_l2ndbs.size (); |
| 2777 | } |
| 2778 | |
| 2779 | /** |
| 2780 | * @brief Open the L2NDB browser for a given database and associated cv index |