|
slang-netlist
0.9.0
|
#include <CombLoops.hpp>
Public Member Functions | |
| CombLoops (NetlistGraph const &netlist) | |
| auto | getAllLoops () -> std::vector< std::vector< const NetlistNode * > > |
Find combinational loops in a netlist by detecting cycles whose edges are all combinational.
|
inline |
| auto slang::netlist::CombLoops::getAllLoops | ( | ) | -> std::vector< std::vector< const NetlistNode * > > |