mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-11 14:16:24 +00:00
Merge pull request #5479 from donn/pyosys_hotfix
hotfix: workaround for pyosys build failure
This commit is contained in:
commit
596ad37410
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ pyosys_headers = [
|
||||||
),
|
),
|
||||||
PyosysClass("SigChunk"),
|
PyosysClass("SigChunk"),
|
||||||
PyosysClass("SigBit", hash_expr="s"),
|
PyosysClass("SigBit", hash_expr="s"),
|
||||||
PyosysClass("SigSpec", hash_expr="s"),
|
PyosysClass("SigSpec", hash_expr="s", denylist={"chunks"}),
|
||||||
PyosysClass(
|
PyosysClass(
|
||||||
"Cell",
|
"Cell",
|
||||||
ref_only=True,
|
ref_only=True,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue