cores/video/VideoTerminal: Also do a CLEAR-X after RST-X (Fix issue with lines displayed with previous contents).

This commit is contained in:
Florent Kermarrec 2021-03-26 10:35:02 +01:00
parent 438eec0268
commit 18f77ef378
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ class VideoTerminal(Module):
) )
uart_fsm.act("RST-X", uart_fsm.act("RST-X",
NextValue(x_term, 0), NextValue(x_term, 0),
NextState("IDLE") NextState("CLEAR-X")
) )
uart_fsm.act("INCR-X", uart_fsm.act("INCR-X",
NextValue(x_term, x_term + 1), NextValue(x_term, x_term + 1),