X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fdisplay.vhd;h=8fca39cc8e8372b726ad4800811dfe7ff94be4b6;hb=8f178b2ec0d1612a23da23b70baca1aaa7dade81;hp=507c7397427c552f30c3cc342596e8a9fab302c5;hpb=aca9c1f209b80c70a5768b3896f23acd16e22490;p=hwmod.git diff --git a/src/display.vhd b/src/display.vhd index 507c739..8fca39c 100644 --- a/src/display.vhd +++ b/src/display.vhd @@ -93,7 +93,7 @@ begin when S_COUNTUP => state_next <= S_GETCH; when S_GETCH => - if free = '1' and d_done = '1' then + if free = '1' and d_done = '1' and d_new_result = '0' and d_new_eingabe = '0' then state_next <= S_PUTCH1; end if; when S_PUTCH1 =>