![]() |
HAL
|
#include "hal_core/defines.h"
Go to the source code of this file.
Namespaces | |
hal | |
netlist_serializer | |
hal::netlist_serializer | |
Functions | |
bool | hal::netlist_serializer::serialize_to_file (const Netlist *nl, const std::filesystem::path &hal_file) |
std::unique_ptr< Netlist > | hal::netlist_serializer::deserialize_from_file (const std::filesystem::path &hal_file, GateLibrary *gatelib) |
std::unique_ptr< Netlist > | hal::netlist_serializer::deserialize_from_string (const std::string &hal_string, GateLibrary *gatelib) |