|
Recti 1.2.4
|
Provides detailed statistics about the generated clock tree. More...
#include <dme_algorithm.hpp>
Classes | |
| struct | NodeInfo |
| struct | WireInfo |
Public Attributes | |
| std::vector< NodeInfo > | nodes |
| std::vector< WireInfo > | wires |
| std::vector< std::string > | sinks |
| int | total_nodes = 0 |
| int | total_sinks = 0 |
| int | total_wires = 0 |
Provides detailed statistics about the generated clock tree.
| std::vector<NodeInfo> recti::TreeStatistics::nodes |
| std::vector<std::string> recti::TreeStatistics::sinks |
| int recti::TreeStatistics::total_nodes = 0 |
| int recti::TreeStatistics::total_sinks = 0 |
| int recti::TreeStatistics::total_wires = 0 |
| std::vector<WireInfo> recti::TreeStatistics::wires |