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

Subversion Repositories mkjpeg

[/] [mkjpeg/] [trunk/] [design/] [BufFifo/] [BUF_FIFO.vhd] - Diff between revs 50 and 51

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 50 Rev 51
Line 318... Line 318...
      fdct_fifo_empty   <= fifo_empty(to_integer(idx_reg));
      fdct_fifo_empty   <= fifo_empty(to_integer(idx_reg));
      fdct_fifo_hf_full <= fifo_half_full(to_integer(idx_reg));
      fdct_fifo_hf_full <= fifo_half_full(to_integer(idx_reg));
    end if;
    end if;
  end process;
  end process;
 
 
 
 
  fdct_fifo_q  <= (ramq(15 downto 11) & "000" &
  fdct_fifo_q  <= (ramq(15 downto 11) & "000" &
                  ramq(10 downto 5) & "00" &
                  ramq(10 downto 5) & "00" &
                  ramq(4 downto 0) & "000") when C_PIXEL_BITS = 16 else ramq;
                 ramq(4 downto 0) & "000") when C_PIXEL_BITS = 16 else
 
                 std_logic_vector(resize(unsigned(ramq), 24));
 
 
  -------------------------------------------------------------------
  -------------------------------------------------------------------
  -- Mux3
  -- Mux3
  -------------------------------------------------------------------
  -------------------------------------------------------------------
  p_mux3 : process(CLK, RST)
  p_mux3 : process(CLK, RST)

powered by: WebSVN 2.1.0

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