Returns the hierarchy of a circuits by its modules. More...
Classes | |
class | constructible_tree< Graph > |
This class represents a tree based on a Boost.Graph. More... | |
Namespaces | |
namespace | revkit |
Main namespace. | |
Macros | |
#define | foreach BOOST_FOREACH |
Typedefs | |
typedef boost::adjacency_list < boost::vecS, boost::vecS, boost::bidirectionalS, boost::property < boost::vertex_name_t, boost::tuple< std::string, const circuit * > > > | hierarchy_graph |
Hierarchy Graph. More... | |
typedef constructible_tree < hierarchy_graph > | hierarchy_tree |
Hierarchy Tree. More... | |
Functions | |
void | circuit_hierarchy (const circuit &circ, hierarchy_tree &tree) |
Calculates the hierarchy of a circuit by its modules. More... | |
Returns the hierarchy of a circuits by its modules.