HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
gate_pin.cpp
Go to the documentation of this file.
2 
3 namespace hal
4 {
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
void gate_pin_init(py::module &m)
Definition: gate_pin.cpp:5
std::unique_ptr< T, py::nodelete > RawPtrWrapper
const Module * module(const Gate *g, const NodeBoxes &boxes)
Definition: defines.h:45