slang::netlist::CombLoops class

A class for finding combinational loops in a netlist. It uses the CycleDetector to find cycles in the netlist graph and reports combinational loops when the meet sufficient conditions. A combinational loop is defined as a cycle that does not contain any clocked nodes.

Constructors, destructors, conversion operators

CombLoops(Netlist const& netlist)

Public functions

auto getAllLoops() -> auto