From: Alexander Oh Date: Thu, 27 May 2010 02:20:36 +0000 (+0200) Subject: updated todo X-Git-Tag: abgabe~21 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hwmod.git;a=commitdiff_plain;h=9b953d9d931175f53eac57387ed2c12e546ffac0 updated todo --- 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';