From: Bernhard Urban Date: Sat, 22 May 2010 05:38:27 +0000 (+0200) Subject: history: anmerkung update X-Git-Tag: abgabe~56 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hwmod.git;a=commitdiff_plain;h=cc27110a810d9ddb4c2b05caf226864390af29a1 history: anmerkung update --- diff --git a/src/history.vhd b/src/history.vhd index 9a65e59..d976057 100644 --- a/src/history.vhd +++ b/src/history.vhd @@ -235,13 +235,12 @@ begin pos_next <= std_logic_vector(unsigned(pos_int) + to_unsigned(1,H_RAM_WIDTH)); end if; when SIDLE => - -- TODO: tmp fix d_new_result_next <= '0'; when S_S_INIT => null; when S_S_WRITE => -- nur bei < 71 weiter machen - -- TODO: '/=' billiger als '<' ? + -- Hint: '/=' billiger als '<' if unsigned(s_cnt_int) /= 71 then wr_next <= '1'; address_next <= std_logic_vector(unsigned(pos_int) + unsigned(s_cnt_int));