generated from saji/ecp5-template
This commit is contained in:
parent
ca472d7112
commit
fe4a902bd8
|
@ -184,7 +184,7 @@ class Hub75StringDriver(wiring.Component):
|
||||||
]
|
]
|
||||||
with m.If(self.start == 1):
|
with m.If(self.start == 1):
|
||||||
m.d.sync += self.bram_port.en.eq(1)
|
m.d.sync += self.bram_port.en.eq(1)
|
||||||
m.next = "prefetch"
|
m.next = "writerow"
|
||||||
with m.State("prefetch"):
|
with m.State("prefetch"):
|
||||||
with m.If(counter == 0):
|
with m.If(counter == 0):
|
||||||
m.d.sync += pixrow.eq(0)
|
m.d.sync += pixrow.eq(0)
|
||||||
|
|
Loading…
Reference in a new issue