hotfix: workaround for pyosys build failure

temporarily exclude `SigSpec::chunks` from the interface until nested structs/classes are supported
This commit is contained in:
Mohamed Gaber 2025-11-11 13:48:35 +02:00
parent fd40418c10
commit e29328ec99
No known key found for this signature in database
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,