remove leftover comments
Stefan Schuermans

Stefan Schuermans commited on 2012-03-11 18:44:23
Showing 1 changed files, with 0 additions and 2 deletions.

... ...
@@ -113,10 +113,8 @@ BEGIN
113 113
     p_rd_next: PROCESS(r_rd_begin, s_rd_en)
114 114
     BEGIN
115 115
         n_rd_begin     <= r_rd_begin;
116
-        --n_rd_begin_chg <= false;
117 116
         IF s_rd_en = '1' THEN
118 117
             n_rd_begin     <= next_pos(r_rd_begin);
119
-            --n_rd_begin_chg <= true;
120 118
         END IF;
121 119
     END PROCESS p_rd_next;
122 120
 
123 121