#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>
Go to the source code of this file.
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
namespace | circt::python |
|
namespace | nanobind |
|
|
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.
|
|