Recti 1.2.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
recti::SkewAnalysis Struct Reference

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").
 

Detailed Description

Stores the results of the clock skew analysis for a clock tree.

Member Data Documentation

◆ delay_model

std::string recti::SkewAnalysis::delay_model

The name of the delay model used (e.g. "LinearDelayCalculator").

◆ max_delay

double recti::SkewAnalysis::max_delay

The maximum delay from the clock source to any sink.

◆ min_delay

double recti::SkewAnalysis::min_delay

The minimum delay from the clock source to any sink.

◆ sink_delays

std::vector<double> recti::SkewAnalysis::sink_delays

A list of delays to each individual sink.

◆ skew

double recti::SkewAnalysis::skew

The difference between max_delay and min_delay.

◆ total_wirelength

int recti::SkewAnalysis::total_wirelength

The sum of all wire lengths in the clock tree.


The documentation for this struct was generated from the following file: