mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
core/refresher: use self.sync to fix build (verilog wire vs reg...)
This commit is contained in:
parent
8419f2846d
commit
33ff34b622
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class RefreshGenerator(Module):
|
|||
])
|
||||
])
|
||||
]
|
||||
self.comb += [
|
||||
self.sync += [
|
||||
cmd.a.eq(2**10),
|
||||
cmd.ba.eq(0),
|
||||
cmd.cas.eq(0),
|
||||
|
|
Loading…
Reference in a new issue