circt/lib/Analysis
Morten Borup Petersen 797f7a9b93
[HW] Add top module inference to InstanceGraph (#3592)
This commit adds support for inferring a top-level module in an InstanceGraph.
The implementation is based on a topological sort of the instance graph. Through this, error messages will be generated in case of a cycle in the instance graph or when multiple candidate top modules are found.
2022-07-26 09:11:28 +02:00
..
CMakeLists.txt [HW] Add top module inference to InstanceGraph (#3592) 2022-07-26 09:11:28 +02:00
ControlFlowLoopAnalysis.cpp [Analysis] Introduce a loop analysis for the CF dialect (#3564) 2022-07-20 13:48:23 +02:00
DependenceAnalysis.cpp Bump LLVM to 5cd9fa551e (#2789) 2022-03-19 01:52:27 +02:00
SchedulingAnalysis.cpp Fix SCF include paths. NFC. 2022-06-24 11:37:32 -07:00
TestPasses.cpp [HW] Add top module inference to InstanceGraph (#3592) 2022-07-26 09:11:28 +02:00