display: nicht jede zeile neu... ausserdem vorerst fixe werte im ram
[hwmod.git] / src / display.vhd
index d01b1150a45716f6fc9d8785531f9a65975f4f7d..507c7397427c552f30c3cc342596e8a9fab302c5 100644 (file)
@@ -108,11 +108,12 @@ begin
                                end if;
                        when S_NOP1 =>
                                if free = '1' then
-                                       if unsigned(d_spalte_int) = 71 then
-                                               state_next <= SIDLE;
-                                       else
-                                               state_next <= S_COUNTUP;
-                                       end if;
+                                       state_next <= SIDLE;
+                                       --if unsigned(d_spalte_int) = 71 then
+                                       --      state_next <= SIDLE;
+                                       --else
+                                       --      state_next <= S_COUNTUP;
+                                       --end if;
                                end if;
                end case;
        end process;
@@ -131,7 +132,7 @@ begin
                        when SIDLE =>
                                null;
                        when S_NEW_INPUT =>
-                               d_spalte_next <= (others => '0');
+                               null;
                        when S_NEW_RESULT =>
                                d_spalte_next <= (others => '0');
                                case d_zeile_int is