#include "circt/Dialect/FIRRTL/AnnotationDetails.h"
#include "circt/Dialect/FIRRTL/FIRRTLAnnotations.h"
#include "circt/Dialect/FIRRTL/FIRRTLInstanceGraph.h"
#include "circt/Dialect/FIRRTL/FIRRTLOps.h"
#include "circt/Dialect/FIRRTL/FIRRTLUtils.h"
#include "circt/Dialect/FIRRTL/Passes.h"
#include "circt/Dialect/HW/HWAttributes.h"
#include "circt/Support/Debug.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "circt/Dialect/FIRRTL/Passes.h.inc"
Go to the source code of this file.
|
| circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
| circt::firrtl |
|
|
static void | makeAbsolute (StringRef outputDir, SmallString< 64 > &moduleOutputDir) |
|
static void | tryMakeRelative (StringRef outputDir, SmallString< 64 > &moduleOutputDir) |
|
static void | makeCommonPrefix (StringRef outputDir, SmallString< 64 > &a, OutputFileAttr attr) |
|
static OutputFileAttr | getOutputFile (igraph::ModuleOpInterface op) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "firrtl-assign-output-dirs" |
◆ GEN_PASS_DEF_ASSIGNOUTPUTDIRS
#define GEN_PASS_DEF_ASSIGNOUTPUTDIRS |
◆ getOutputFile()
static OutputFileAttr getOutputFile |
( |
igraph::ModuleOpInterface |
op | ) |
|
|
static |
◆ makeAbsolute()
static void makeAbsolute |
( |
StringRef |
outputDir, |
|
|
SmallString< 64 > & |
moduleOutputDir |
|
) |
| |
|
static |
◆ makeCommonPrefix()
static void makeCommonPrefix |
( |
StringRef |
outputDir, |
|
|
SmallString< 64 > & |
a, |
|
|
OutputFileAttr |
attr |
|
) |
| |
|
static |
◆ tryMakeRelative()
static void tryMakeRelative |
( |
StringRef |
outputDir, |
|
|
SmallString< 64 > & |
moduleOutputDir |
|
) |
| |
|
static |