CIRCT
22.0.0git
Loading...
Searching...
No Matches
lib
CAPI
Dialect
Sim.cpp
Go to the documentation of this file.
1
//===- Sim.cpp - C interface for the Sim dialect --------------------------===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#include "
circt-c/Dialect/Sim.h
"
10
#include "
circt/Dialect/Sim/SimDialect.h
"
11
12
#include "mlir/CAPI/Registration.h"
13
14
using namespace
circt
;
15
using namespace
circt::sim
;
16
17
//===----------------------------------------------------------------------===//
18
// Dialect API.
19
//===----------------------------------------------------------------------===//
20
21
MLIR_DEFINE_CAPI_DIALECT_REGISTRATION
(Sim,
sim
, SimDialect)
MLIR_DEFINE_CAPI_DIALECT_REGISTRATION
MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(CHIRRTL, chirrtl, circt::chirrtl::CHIRRTLDialect) MlirType chirrtlTypeGetCMemory(MlirContext ctx
SimDialect.h
Sim.h
circt::sim
Definition
SimOps.h:33
circt
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition
DebugAnalysis.h:21
sim
Definition
sim.py:1
Generated on Wed Dec 17 2025 00:08:53 for CIRCT by
1.9.8