X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fhistory.vhd;h=d97605708d34108859faf71e616bf51a5f461b4b;hb=cc27110a810d9ddb4c2b05caf226864390af29a1;hp=9a65e590e4071023efebb1f6e80ccb5f25b78aab;hpb=09b4e91e343349c7c4c3b0e06fd4e2b79b8d95e6;p=hwmod.git 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));