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

Subversion Repositories uart

[/] [uart/] [trunk/] [clkUnit.vhd] - Diff between revs 7 and 8

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

Rev 7 Rev 8
Line 20... Line 20...
--===========================================================================--
--===========================================================================--
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- Revision list
-- Revision list
-- Version   Author                 Date                        Changes
-- Version   Author                 Date                        Changes
--
--
-- 0.1      Ovidiu Lupas       15 January 2000                  New model
-- 1.0     Ovidiu Lupas      15 January 2000         New model
 
-- 1.1     Ovidiu Lupas      28 May 2000     EnableRx/EnableTx ratio corrected
--        olupas@opencores.org
--        olupas@opencores.org
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- Description    : Generates the Baud clock and enable signals for RX & TX
-- Description    : Generates the Baud clock and enable signals for RX & TX
--                  units. 
--                  units. 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Line 118... Line 119...
        end if;
        end if;
        case Cnt16 is
        case Cnt16 is
           when "01111" =>
           when "01111" =>
                tmpEnTX <= '1';
                tmpEnTX <= '1';
                Cnt16 := Cnt16 + CntOne;
                Cnt16 := Cnt16 + CntOne;
           when "10010" =>
           when "10001" =>
                Cnt16 := "00000";
                Cnt16 := "00000";
 
                tmpEnTX <= '0';
           when others =>
           when others =>
                tmpEnTX <= '0';
                tmpEnTX <= '0';
        end case;
        end case;
     end if;
     end if;
  end process;
  end process;

powered by: WebSVN 2.1.0

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