mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Hacky pyosys workaround til Yosys fixes the issue
This commit is contained in:
parent
b2b38ab81d
commit
ab05f03b70
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ wrappable_operators = {
|
|||
"!=": "__ne__",
|
||||
"+" : "__add__",
|
||||
"-" : "__sub__",
|
||||
"*" : "__mul__",
|
||||
# "*" : "__mul__",
|
||||
"/" : "__div__",
|
||||
"()": "__call__"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue