1
0
mirror of synced 2026-04-11 00:16:53 +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

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,