mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
core/crossbar: cosmetic
This commit is contained in:
parent
429d3a89de
commit
2d4b5ba775
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from litedram.frontend.adaptation import *
|
|||
|
||||
|
||||
class LiteDRAMCrossbar(Module):
|
||||
def __init__(self, controller, ):
|
||||
def __init__(self, controller):
|
||||
self.controller = controller
|
||||
|
||||
self.rca_bits = controller.address_width
|
||||
|
|
Loading…
Reference in a new issue