Skip to content

Commit 596ad37

Browse files
authored
Merge pull request #5479 from donn/pyosys_hotfix
hotfix: workaround for pyosys build failure
2 parents fd40418 + e29328e commit 596ad37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyosys/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def __post_init__(self):
192192
),
193193
PyosysClass("SigChunk"),
194194
PyosysClass("SigBit", hash_expr="s"),
195-
PyosysClass("SigSpec", hash_expr="s"),
195+
PyosysClass("SigSpec", hash_expr="s", denylist={"chunks"}),
196196
PyosysClass(
197197
"Cell",
198198
ref_only=True,

0 commit comments

Comments
 (0)