1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-01-24 11:22:56 +00:00
2020-07-23 08:58:19 +02:00

14 lines
278 B
ReStructuredText

Python C++ interface
####################
pybind11 exposes Python types and functions using thin C++ wrappers, which
makes it possible to conveniently call Python code from C++ without resorting
to Python's C API.
.. toctree::
:maxdepth: 2
object
numpy
utilities