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

Subversion Repositories uart

[/] [uart/] [trunk/] [TxUnit.vhd] - Diff between revs 2 and 5

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

Rev 2 Rev 5
Line 21... Line 21...
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- Revision list
-- Revision list
-- Version   Author                 Date                        Changes
-- Version   Author                 Date                        Changes
--
--
-- 0.1      Ovidiu Lupas       15 January 2000                 New model
-- 0.1      Ovidiu Lupas       15 January 2000                 New model
--        ovilup@mail.dnttm.ro
-- 2.0      Ovidiu Lupas       17 April   2000    unnecessary variable removed
 
--  olupas@opencores.org
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- Description    : 
-- Description    : 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- Entity for the Tx Unit                                                    --
-- Entity for the Tx Unit                                                    --
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Line 79... Line 80...
           tmpTBufE <= '0';
           tmpTBufE <= '0';
        elsif Enable = '1' then
        elsif Enable = '1' then
           if ( tmpTBufE = '0') and (tmpTRegE = '1') then
           if ( tmpTBufE = '0') and (tmpTRegE = '1') then
              TReg <= TBuff;
              TReg <= TBuff;
              tmpTRegE <= '0';
              tmpTRegE <= '0';
              tmp_TRegE := '0';
--              tmp_TRegE := '0';
              tmpTBufE <= '1';
              tmpTBufE <= '1';
           else
--           else
              tmp_TRegE := tmpTRegE;
--              tmp_TRegE := tmpTRegE;
           end if;
           end if;
 
 
           if tmpTRegE = '0' then
           if tmpTRegE = '0' then
              case BitCnt is
              case BitCnt is
                  when "0000" =>
                  when "0000" =>

powered by: WebSVN 2.1.0

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