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

Provides detailed statistics about the generated clock tree. More...

#include <dme_algorithm.hpp>

Classes

struct  NodeInfo
 
struct  WireInfo
 

Public Attributes

std::vector< NodeInfonodes
 
std::vector< WireInfowires
 
std::vector< std::string > sinks
 
int total_nodes = 0
 
int total_sinks = 0
 
int total_wires = 0
 

Detailed Description

Provides detailed statistics about the generated clock tree.

Member Data Documentation

◆ nodes

std::vector<NodeInfo> recti::TreeStatistics::nodes

◆ sinks

std::vector<std::string> recti::TreeStatistics::sinks

◆ total_nodes

int recti::TreeStatistics::total_nodes = 0

◆ total_sinks

int recti::TreeStatistics::total_sinks = 0

◆ total_wires

int recti::TreeStatistics::total_wires = 0

◆ wires

std::vector<WireInfo> recti::TreeStatistics::wires

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