CIRCT 20.0.0git
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
NanobindUtils.h File Reference
#include <string>
#include <nanobind/nanobind.h>
#include "mlir-c/Bindings/Python/Interop.h"
#include "mlir-c/IR.h"
#include "mlir-c/Pass.h"
#include <optional>
Include dependency graph for NanobindUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  circt::python::PyFileAccumulator
 Taken from NanobindUtils.h in MLIR. More...
 

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
namespace  circt::python
 
namespace  nanobind
 

Functions

nanobind::python_error nanobind::raisePyError (PyObject *exc_class, const char *message)
 Raises a python exception with the given message.
 
nanobind::python_error nanobind::raiseValueError (const char *message)
 Raises a value error with the given message.
 
nanobind::python_error nanobind::raiseValueError (const std::string &message)
 Raises a value error with the given message.