CIRCT  19.0.0git
Classes | Namespaces | Typedefs
HWModuleGraph.h File Reference
#include "circt/Dialect/Comb/CombOps.h"
#include "circt/Dialect/HW/HWInstanceGraph.h"
#include "circt/Dialect/HW/HWOps.h"
#include "circt/Dialect/Seq/SeqOps.h"
#include "circt/Support/LLVM.h"
#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/TypeSwitch.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Support/DOTGraphTraits.h"
#include "llvm/Support/GraphWriter.h"
Include dependency graph for HWModuleGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::GraphTraits< circt::hw::detail::HWOperation * >
 
struct  llvm::GraphTraits< circt::hw::HWModuleOp >
 
struct  llvm::DOTGraphTraits< circt::hw::HWModuleOp >
 

Namespaces

 circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
 circt::hw
 
 circt::hw::detail
 

Typedefs

using circt::hw::detail::HWOperation = mlir::Operation