mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
flow/ala: fix typo
This commit is contained in:
parent
f86170e349
commit
de408b2cba
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from migen.corelogic import divider
|
|||
class _SimpleBinary(CombinatorialActor):
|
||||
def __init__(self, op, bv_op, bv_r):
|
||||
self.op = op
|
||||
super().__init____(
|
||||
super().__init__(
|
||||
("operands", Sink, [("a", bv_op), ("b", bv_op)]),
|
||||
("result", Source, [("r", bv_r)]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue