|
HAL
|
#include "hal_core/netlist/gate_library/gate_library_parser/gate_library_parser_manager.h"#include "hal_core/netlist/gate_library/gate_library.h"#include "hal_core/netlist/gate_library/gate_library_parser/gate_library_parser.h"#include "hal_core/plugin_system/plugin_manager.h"#include "hal_core/utilities/log.h"#include "hal_core/utilities/utils.h"#include <regex>#include <sstream>
Go to the source code of this file.
Namespaces | |
| hal | |
| hal::gate_library_parser_manager | |
Functions | |
| void | hal::gate_library_parser_manager::register_parser (const std::string &name, const ParserFactory &parser_factory, const std::vector< std::string > &supported_file_extensions) |
| void | hal::gate_library_parser_manager::unregister_parser (const std::string &name) |
| std::unique_ptr< GateLibrary > | hal::gate_library_parser_manager::parse (std::filesystem::path file_path) |