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

Subversion Repositories product_code_iterative_decoder

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 3 to Rev 4
    Reverse comparison

Rev 3 → Rev 4

/trunk/source/product_code.vhdl
1,4 → 1,4
-- $Id: product_code.vhdl,v 1.1.1.1 2005-11-15 01:52:31 arif_endro Exp $
-- $Id: product_code.vhdl,v 1.2 2005-12-26 04:32:32 arif_endro Exp $
-------------------------------------------------------------------------------
-- Title : Product Code Iterative Decoder
-- Project :
322,10 → 322,10
begin
if (start = '1' and start'event) then
 
y0p <= y0p_b (07);
y1p <= y1p_b (07);
y2p <= y2p_b (07);
y3p <= y3p_b (07);
y0p <= y0p_b (08);
y1p <= y1p_b (08);
y2p <= y2p_b (08);
y3p <= y3p_b (08);
 
end if;
end process;

powered by: WebSVN 2.1.0

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