|
Recti 1.2.4
|
Represents a clock sink in the clock tree network. More...
#include <dme_algorithm.hpp>

Public Member Functions | |
| constexpr | Sink (const std::string &name, const Point< int > &position, double capacitance=1.0) |
| Constructs a new Sink object. | |
Public Attributes | |
| std::string | name |
| Point< int > | position |
| double | capacitance |
Represents a clock sink in the clock tree network.
A sink is a terminal point in the clock tree that requires a clock signal. It is defined by its name, physical position, and electrical capacitance.
|
inlineconstexpr |
Constructs a new Sink object.
| name | The name of the sink. |
| position | The physical coordinates of the sink. |
| capacitance | The load capacitance of the sink. Defaults to 1.0. |
| double recti::Sink::capacitance |
| std::string recti::Sink::name |
| Point<int> recti::Sink::position |