CIRCT
22.0.0git
Loading...
Searching...
No Matches
lib
Bindings
Python
PipelineModule.cpp
Go to the documentation of this file.
1
//===- PipelineModule.cpp - Pipeline API nanobind module ------------------===//
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 "
CIRCTModules.h
"
10
#include <nanobind/nanobind.h>
11
12
namespace
nb
=
nanobind
;
13
14
void
circt::python::populateDialectPipelineSubmodule
(nb::module_ &m) {
15
m.doc() =
"Pipeline dialect Python native extension"
;
16
}
CIRCTModules.h
circt::python::populateDialectPipelineSubmodule
void populateDialectPipelineSubmodule(nanobind::module_ &m)
nanobind
Definition
NanobindUtils.h:62
Generated on Wed Dec 17 2025 00:08:53 for CIRCT by
1.9.8