28#include "pybind11/pybind11.h"
39sim_pybind(pybind11::module_ &m_internal)
41 pybind11::module_
m = m_internal.def_submodule(
"sim");
43 Port, std::unique_ptr<Port, pybind11::nodelete>>(
m,
"Port")
47EmbeddedPyBind embed_(
"sim", &sim_pybind);
virtual void bind(Port &peer)
Attach to a peer port.
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.