CIRCT  19.0.0git
Namespaces | Macros | Functions
PassiveWires.cpp File Reference
#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "circt/Dialect/FIRRTL/Passes.h"
#include "mlir/Pass/Pass.h"
#include "circt/Dialect/FIRRTL/FIRRTLUtils.h"
#include "circt/Support/Debug.h"
#include "mlir/IR/ImplicitLocOpBuilder.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
Include dependency graph for PassiveWires.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define DEBUG_TYPE   "firrtl-passive-wires"
 
#define GEN_PASS_DEF_PASSIVEWIRES
 

Functions

static bool hasFlip (Type t)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "firrtl-passive-wires"

Definition at line 24 of file PassiveWires.cpp.

◆ GEN_PASS_DEF_PASSIVEWIRES

#define GEN_PASS_DEF_PASSIVEWIRES

Definition at line 28 of file PassiveWires.cpp.

Function Documentation

◆ hasFlip()

static bool hasFlip ( Type  t)
static

Definition at line 36 of file PassiveWires.cpp.