HAL
gate_pin.cpp
Go to the documentation of this file.
1
#include "
hal_core/python_bindings/python_bindings.h
"
2
3
namespace
hal
4
{
5
void
gate_pin_init
(
py::module
& m)
6
{
7
py::class_<GatePin, BasePin<GatePin>,
RawPtrWrapper<GatePin>
> py_gate_pin(m,
"GatePin"
, R
"(
8
The pin of a gate type. Each pin has a name, a direction, and a type.
9
)");
10
}
11
}
// namespace hal
hal::gate_pin_init
void gate_pin_init(py::module &m)
Definition:
gate_pin.cpp:5
hal::RawPtrWrapper
std::unique_ptr< T, py::nodelete > RawPtrWrapper
Definition:
python_bindings.h:90
hal::ShortestPath::module
const Module * module(const Gate *g, const NodeBoxes &boxes)
Definition:
graph_graphics_view.cpp:741
hal
Definition:
parser_liberty.cpp:10
python_bindings.h
src
python_bindings
bindings
gate_pin.cpp
Generated on Fri Feb 14 2025 14:22:44 for HAL by
1.9.1