display: nicht jede zeile neu... ausserdem vorerst fixe werte im ram
[hwmod.git] / src / history.vhd
index cd6dbcda6e6f2fc7e3a7a79b26256c56ed999e2f..4572456eccd9c9521ca0dc45786c6051198a886c 100644 (file)
@@ -158,12 +158,12 @@ begin
                        when S_S_INIT =>
                                null;
                        when S_S_WRITE =>
-                               wr_next <= '1';
+                               -- wr_next <= '1';
                                address_next <= '0' & s_cnt_int;
                                data_in_next <= s_char;
                                s_cnt_next <= std_logic_vector(unsigned(s_cnt_int) + 1);
                        when S_S_BS =>
-                               wr_next <= '1';
+                               -- wr_next <= '1';
                                address_next <= '0' & std_logic_vector(unsigned(s_cnt_int) - 1);
                                data_in_next <= (others => '0');
                                if unsigned(s_cnt_int) /= 0 then