adjustment
Some checks failed
Verilator Unit Tests / Test (push) Failing after 3m17s

This commit is contained in:
saji 2024-09-10 20:36:28 -05:00
parent ca472d7112
commit fe4a902bd8

View file

@ -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)