core/refresher: use self.sync to fix build (verilog wire vs reg...)

This commit is contained in:
Florent Kermarrec 2018-12-07 17:46:43 +01:00
parent 8419f2846d
commit 33ff34b622
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class RefreshGenerator(Module):
])
])
]
self.comb += [
self.sync += [
cmd.a.eq(2**10),
cmd.ba.eq(0),
cmd.cas.eq(0),