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

Subversion Repositories uart

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 7 to Rev 8
    Reverse comparison

Rev 7 → Rev 8

/trunk/clkUnit.vhd
20,10 → 20,11
--===========================================================================--
-------------------------------------------------------------------------------
-- Revision list
-- Version Author Date Changes
-- Version Author Date Changes
--
-- 0.1 Ovidiu Lupas 15 January 2000 New model
-- olupas@opencores.org
-- 1.0 Ovidiu Lupas 15 January 2000 New model
-- 1.1 Ovidiu Lupas 28 May 2000 EnableRx/EnableTx ratio corrected
-- olupas@opencores.org
-------------------------------------------------------------------------------
-- Description : Generates the Baud clock and enable signals for RX & TX
-- units.
120,8 → 121,9
when "01111" =>
tmpEnTX <= '1';
Cnt16 := Cnt16 + CntOne;
when "10010" =>
when "10001" =>
Cnt16 := "00000";
tmpEnTX <= '0';
when others =>
tmpEnTX <= '0';
end case;

powered by: WebSVN 2.1.0

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