OpenCores
URL https://opencores.org/ocsvn/bw_tiff_compression/bw_tiff_compression/trunk

Subversion Repositories bw_tiff_compression

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /bw_tiff_compression
    from Rev 11 to Rev 12
    Reverse comparison

Rev 11 → Rev 12

/trunk/var_width_RAM.vhd
142,8 → 142,6
if reset_i = '1' then
mux_sel <= (others => '0');
-- if wr4_i = '0' and wr3_i = '0' and wr2_i = '0' and wr1_i = '0' then
-- mux_sel <= mux_sel - to_unsigned(0,2);
elsif wr4_i = '0' and wr3_i = '0' and wr2_i = '0' and wr1_i = '1' then
mux_sel <= mux_sel - to_unsigned(1,2);
elsif wr4_i = '0' and wr3_i = '0' and wr2_i = '1' and wr1_i = '1' then
150,8 → 148,6
mux_sel <= mux_sel - to_unsigned(2,2);
elsif wr4_i = '0' and wr3_i = '1' and wr2_i = '1' and wr1_i = '1' then
mux_sel <= mux_sel - to_unsigned(3,2);
-- elsif wr4_i = '1' and wr3_i = '1' and wr2_i = '1' and wr1_i = '1' then
-- mux_sel <= mux_sel - to_unsigned(4,2);
else
mux_sel <= mux_sel - to_unsigned(0,2);
end if;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.