3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 09:21:58 +00:00

pyosys: rewrite wrapper generator

[skip ci]
This commit is contained in:
Mohamed Gaber 2025-09-21 23:04:27 +03:00
parent 88be728353
commit 384f7431fd
No known key found for this signature in database
7 changed files with 738 additions and 2011 deletions

View file

@ -1,6 +1,7 @@
[build-system]
requires = [
"setuptools>=42",
"pybind11>=3,<4",
"setuptools>=42",
"pybind11>=3,<4",
"cxxheaderparser",
]
build-backend = "setuptools.build_meta"