3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-12-10 13:53:27 +00:00

Merge pull request #5479 from donn/pyosys_hotfix

hotfix: workaround for pyosys build failure
This commit is contained in:
Miodrag Milanović 2025-11-11 13:00:09 +01:00 committed by GitHub
commit 596ad37410
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,7 +192,7 @@ pyosys_headers = [
),
PyosysClass("SigChunk"),
PyosysClass("SigBit", hash_expr="s"),
PyosysClass("SigSpec", hash_expr="s"),
PyosysClass("SigSpec", hash_expr="s", denylist={"chunks"}),
PyosysClass(
"Cell",
ref_only=True,