From 9b953d9d931175f53eac57387ed2c12e546ffac0 Mon Sep 17 00:00:00 2001 From: Alexander Oh Date: Thu, 27 May 2010 04:20:36 +0200 Subject: [PATCH] updated todo --- src/TODO | 3 ++- src/beh_history_tb.do | 1 + src/pc_communication.vhd | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/TODO b/src/TODO index eae6c77..3ef40cf 100644 --- 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 diff --git a/src/beh_history_tb.do b/src/beh_history_tb.do index 0299a32..fdb0009 100644 --- a/src/beh_history_tb.do +++ b/src/beh_history_tb.do @@ -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 diff --git a/src/pc_communication.vhd b/src/pc_communication.vhd index 321d0a3..94af843 100644 --- a/src/pc_communication.vhd +++ b/src/pc_communication.vhd @@ -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'; -- 2.25.1