CIRCT 20.0.0git
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
RtgToolOptions.h File Reference
#include "circt/Support/LLVM.h"
#include "mlir/Pass/PassManager.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
Include dependency graph for RtgToolOptions.h:
This graph shows which files directly or indirectly include this file:

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).