CIRCT
20.0.0git
|
This pass constructs a local graph for each module to detect combinational cycles. More...
Public Member Functions | |
void | runOnOperation () override |
This pass constructs a local graph for each module to detect combinational cycles.
To capture the cross-module combinational cycles, this pass inlines the combinational paths between IOs of its subinstances into a subgraph and encodes them in modulePortPaths
.
Definition at line 705 of file CheckCombLoops.cpp.
|
inlineoverride |
Definition at line 708 of file CheckCombLoops.cpp.
References DiscoverLoops::processModule().