updated todo
authorAlexander Oh <oh.a@gmx.at>
Thu, 27 May 2010 02:20:36 +0000 (04:20 +0200)
committerAlexander Oh <oh.a@gmx.at>
Thu, 27 May 2010 02:20:36 +0000 (04:20 +0200)
src/TODO
src/beh_history_tb.do
src/pc_communication.vhd

index eae6c7717b201db702961b2194a9667366e72bcf..3ef40cf50b519e6cc1b399a87b88d5da4a2d529e 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -1,5 +1,6 @@
-- debounce fuer btnA -- einfach die debounce entity vom example hernehmen
 
+- pc-kommunikation: ein wait state fehlt warum es momentan zu komischem
+  verhalten in der state machine kommt.
 
 - rs232/pc-kommunikation: RAM dumpen
 
index 0299a32ef745002c287e8fbdaba93731705bd272..fdb0009c4269a5b04b4b72f7c21a9bea79986bc4 100644 (file)
@@ -15,6 +15,7 @@ add wave inst_disp/state_int
 add wave inst_disp/istate_int
 
 add wave inst_parser/state_int
+add wave inst_pc_com/state
 
 add wave inst/p_sp_read_int
 add wave inst/p_sp_write_int
index 321d0a36feb4627e4a41f50216909c8a6614341b..94af8430a5497e8bd72d633a60a1d9483a832f84 100644 (file)
@@ -74,7 +74,7 @@ begin
                end if;
        end process sync;
 
-       output_pc : process (state, zeile, spalte, tx_data_i, tx_done_i)
+       output_pc : process (state, zeile, spalte, tx_data_i, tx_done_i, d_char)
        variable spalte_up : std_logic;
        begin
                get_next <= '0';