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

Subversion Repositories plasma

[/] [plasma/] [tags/] [V3_0/] [vhdl/] [uart.vhd] - Diff between revs 55 and 75

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

Rev 55 Rev 75
Line 13... Line 13...
library ieee;
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_1164.all;
use ieee.std_logic_misc.all;
use ieee.std_logic_misc.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_textio.all;
use ieee.std_logic_textio.all;
use std.textio.all;
 
 
 
use ieee.std_logic_unsigned.all;
use ieee.std_logic_unsigned.all;
 
use std.textio.all;
use work.mlite_pack.all;
use work.mlite_pack.all;
 
 
entity uart is
entity uart is
   generic(log_file : string := "UNUSED");
   generic(log_file : string := "UNUSED");
   port(clk        : in std_logic;
   port(clk        : in std_logic;

powered by: WebSVN 2.1.0

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