|
Recti 1.2.4
|
Stores the results of the clock skew analysis for a clock tree. More...
#include <dme_algorithm.hpp>
Public Attributes | |
| double | max_delay |
| The maximum delay from the clock source to any sink. | |
| double | min_delay |
| The minimum delay from the clock source to any sink. | |
| double | skew |
| The difference between max_delay and min_delay. | |
| std::vector< double > | sink_delays |
| A list of delays to each individual sink. | |
| int | total_wirelength |
| The sum of all wire lengths in the clock tree. | |
| std::string | delay_model |
| The name of the delay model used (e.g. "LinearDelayCalculator"). | |
Stores the results of the clock skew analysis for a clock tree.
| std::string recti::SkewAnalysis::delay_model |
The name of the delay model used (e.g. "LinearDelayCalculator").
| double recti::SkewAnalysis::max_delay |
The maximum delay from the clock source to any sink.
| double recti::SkewAnalysis::min_delay |
The minimum delay from the clock source to any sink.
| std::vector<double> recti::SkewAnalysis::sink_delays |
A list of delays to each individual sink.
| double recti::SkewAnalysis::skew |
The difference between max_delay and min_delay.
| int recti::SkewAnalysis::total_wirelength |
The sum of all wire lengths in the clock tree.