HAL
gate_pin.cpp
Go to the documentation of this file.
1
#include "
hal_core/netlist/pins/gate_pin.h
"
2
3
namespace
hal
4
{
5
GatePin::GatePin
(
const
u32
id
,
const
std::string&
name
,
PinDirection
direction
,
PinType
type
) :
BasePin
<
GatePin
>(
id
,
name
,
direction
,
type
)
6
{
7
}
8
}
// namespace hal
hal::BasePin
Definition:
base_pin.h:45
hal::GatePin
Definition:
gate_pin.h:45
hal::GatePin::GatePin
GatePin(const u32 id, const std::string &name, PinDirection direction, PinType type=PinType::none)
Definition:
gate_pin.cpp:5
gate_pin.h
hal
Definition:
parser_liberty.cpp:10
hal::PinDirection
PinDirection
Definition:
pin_direction.h:36
hal::PinType
PinType
Definition:
pin_type.h:36
u32
quint32 u32
Definition:
net_layout_point.h:40
type
PinType type
Definition:
netlist_serializer.cpp:59
direction
PinDirection direction
Definition:
netlist_serializer.cpp:64
name
std::string name
Definition:
netlist_serializer.cpp:58
id
i32 id
Definition:
netlist_serializer.cpp:56
src
netlist
pins
gate_pin.cpp
Generated on Fri Feb 14 2025 14:22:44 for HAL by
1.9.1