mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #5479 from donn/pyosys_hotfix
hotfix: workaround for pyosys build failure
This commit is contained in:
commit
596ad37410
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue