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
1 changed files with 1 additions and 1 deletions

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,