|
MLIR-AIE
|
#include "aie/Targets/AIETargets.h"#include "aie/Dialect/AIE/IR/AIEDialect.h"#include "mlir/IR/Attributes.h"#include "mlir/Target/LLVMIR/Import.h"#include "mlir/Tools/mlir-translate/MlirTranslateMain.h"#include <queue>#include <set>
Include dependency graph for AIEFlowsToJSON.cpp:Go to the source code of this file.
Namespaces | |
| namespace | xilinx |
| namespace | xilinx::AIE |
| Include the generated interface declarations. | |
Functions | |
| TileID | xilinx::AIE::getNextCoords (int col, int row, WireBundle bundle) |
| void | xilinx::AIE::translateSwitchboxes (DeviceOp targetOp, raw_ostream &output) |
| void | xilinx::AIE::translateCircuitFlows (DeviceOp targetOp, int &flowCount, raw_ostream &output) |
| void | xilinx::AIE::translatePacketFlows (DeviceOp targetOp, int &flowCount, raw_ostream &output) |
| mlir::LogicalResult | xilinx::AIE::AIEFlowsToJSON (ModuleOp module, raw_ostream &output) |