CIRCT 20.0.0git
|
#include "circt/Support/LLVM.h"
#include "mlir/Pass/PassManager.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
Go to the source code of this file.
Classes | |
class | circt::rtg::RtgToolOptions |
The set of options used to control the behavior of the RTG tool. More... | |
Namespaces | |
namespace | circt |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
namespace | circt::rtg |
Functions | |
void | circt::rtg::populateRandomizerPipeline (mlir::PassManager &pm, const RtgToolOptions &options) |
Populates the passes necessary to lower IR with RTG randomization operations to fully elaborated IR (i.e., IR without random constructs). | |