#include "circt/Dialect/Calyx/CalyxHelpers.h"
#include "circt/Dialect/Calyx/CalyxOps.h"
#include "circt/Dialect/Calyx/CalyxPasses.h"
#include "circt/Support/LLVM.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/OperationSupport.h"
#include "mlir/IR/PatternMatch.h"
#include "llvm/ADT/TypeSwitch.h"
#include "circt/Dialect/Calyx/CalyxPasses.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::calyx |
|
|
static size_t | getNecessaryBitWidth (size_t numStates) |
| Given some number of states, returns the necessary bit width TODO(Calyx): Probably a better built-in operation? More...
|
|
◆ GEN_PASS_DEF_COMPILECONTROL
#define GEN_PASS_DEF_COMPILECONTROL |
◆ getNecessaryBitWidth()
static size_t getNecessaryBitWidth |
( |
size_t |
numStates | ) |
|
|
static |