8 m.def_submodule(
"NetlistWriterManager",
9 R
"(The netlist writer manager keeps track of all netlist writers that are available within HAL. It is used to dispatch writing tasks to the respective writers.)")
15 Write the given netlist into a file at the given location.
17 :param hal_py.Netlist netlist: The netlist.
18 :param pathlib.Path file_path: The output path.
19 :returns: True on success, false otherwise.
void netlist_writer_manager_init(py::module &m)
const Module * module(const Gate *g, const NodeBoxes &boxes)
bool write(Netlist *netlist, const ProgramArguments &args)