diff --git a/src/groovylight/bitslicer.py b/src/groovylight/bitslicer.py index b152f34..81d47dd 100644 --- a/src/groovylight/bitslicer.py +++ b/src/groovylight/bitslicer.py @@ -184,7 +184,7 @@ class Hub75StringDriver(wiring.Component): ] with m.If(self.start == 1): m.d.sync += self.bram_port.en.eq(1) - m.next = "prefetch" + m.next = "writerow" with m.State("prefetch"): with m.If(counter == 0): m.d.sync += pixrow.eq(0)