slang-netlist  0.9.0
Loading...
Searching...
No Matches
slang::netlist::CombLoops Class Reference

#include <CombLoops.hpp>

Public Member Functions

 CombLoops (NetlistGraph const &netlist)
auto getAllLoops () -> std::vector< std::vector< const NetlistNode * > >

Detailed Description

Find combinational loops in a netlist by detecting cycles whose edges are all combinational.

Constructor & Destructor Documentation

◆ CombLoops()

slang::netlist::CombLoops::CombLoops ( NetlistGraph const & netlist)
inline

Member Function Documentation

◆ getAllLoops()

auto slang::netlist::CombLoops::getAllLoops ( ) -> std::vector< std::vector< const NetlistNode * > >

The documentation for this class was generated from the following file: