From fe4a902bd87489f2e9e8bfc8a24fdf98f2a5b77c Mon Sep 17 00:00:00 2001 From: saji Date: Tue, 10 Sep 2024 20:36:28 -0500 Subject: [PATCH] adjustment --- src/groovylight/bitslicer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)