#include "circt/Analysis/DebugAnalysis.h"
#include "circt/Analysis/DependenceAnalysis.h"
#include "circt/Analysis/FIRRTLInstanceInfo.h"
#include "circt/Analysis/OpCountAnalysis.h"
#include "circt/Analysis/SchedulingAnalysis.h"
#include "circt/Dialect/FIRRTL/FIRRTLInstanceGraph.h"
#include "circt/Dialect/HW/HWInstanceGraph.h"
#include "circt/Scheduling/Problems.h"
#include "mlir/Dialect/Affine/IR/AffineMemoryOpInterfaces.h"
#include "mlir/Dialect/Affine/IR/AffineOps.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Value.h"
#include "mlir/Pass/Pass.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::test |
|
◆ operator<<()
static llvm::raw_ostream& operator<< |
( |
llvm::raw_ostream & |
os, |
|
|
const bool |
a |
|
) |
| |
|
static |
◆ printCircuitInfo()
◆ printModuleInfo()
Definition at line 227 of file TestPasses.cpp.
References circt::firrtl::InstanceInfo::allInstancesInDesign(), circt::firrtl::InstanceInfo::allInstancesInEffectiveDesign(), circt::firrtl::InstanceInfo::allInstancesUnderDut(), circt::firrtl::InstanceInfo::allInstancesUnderEffectiveDut(), circt::firrtl::InstanceInfo::allInstancesUnderLayer(), circt::firrtl::InstanceInfo::anyInstanceInDesign(), circt::firrtl::InstanceInfo::anyInstanceInEffectiveDesign(), circt::firrtl::InstanceInfo::anyInstanceUnderDut(), circt::firrtl::InstanceInfo::anyInstanceUnderEffectiveDut(), circt::firrtl::InstanceInfo::anyInstanceUnderLayer(), and circt::firrtl::InstanceInfo::isDut().