keep read enable active during read
Stefan Schuermans

Stefan Schuermans commited on 2012-03-01 20:04:09
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -439,7 +439,7 @@ BEGIN
439 439
     p_data_rd_en: PROCESS(r_data_rd, r_op, r_ldst, s_data_addr)
440 440
     BEGIN
441 441
         o_data_rd_en <= "0000";
442
-        IF r_data_rd = data_rd_idle AND r_op = op_l THEN
442
+        IF r_op = op_l THEN
443 443
             CASE r_ldst IS
444 444
                 WHEN ldst_b | ldst_bu =>
445 445
                     CASE s_data_addr(1 DOWNTO 0) IS
446 446