mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
video:ColorBars: fix for hres not divisible by 8
This commit is contained in:
parent
ced763e3d9
commit
a916a1df24
1 changed files with 3 additions and 0 deletions
|
@ -300,6 +300,9 @@ class ColorBarsPattern(Module):
|
|||
NextValue(pix, 0),
|
||||
NextValue(bar, bar + 1)
|
||||
)
|
||||
).Else(
|
||||
NextValue(pix, 0),
|
||||
NextValue(bar, 0)
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue