CombLoops class
#include <netlist/CombLoops.hpp>
A class for finding combinational loops in a netlist.
Use CycleDetector to find cycles in the netlist graph, then reports loops as combinational when there are no edges are a edge sensitive.
Constructors, destructors, conversion operators
- CombLoops(NetlistGraph const& netlist)
Public functions
- auto getAllLoops() -> auto