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

Subversion Repositories uart16750

[/] [uart16750/] [trunk/] [rtl/] [vhdl/] [slib_clock_div.vhd] - Diff between revs 2 and 10

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

Rev 2 Rev 10
Line 1... Line 1...
--
--
-- Clock divider (clock enable generator)
-- Clock divider (clock enable generator)
--
--
-- Author:   Sebastian Witt
-- Author:   Sebastian Witt
-- Date:     27.01.2008
-- Date:     27.01.2008
-- Version:  1.0
-- Version:  1.1
--
--
-- This code is free software; you can redistribute it and/or
-- This code is free software; you can redistribute it and/or
-- modify it under the terms of the GNU Lesser General Public
-- modify it under the terms of the GNU Lesser General Public
-- License as published by the Free Software Foundation; either
-- License as published by the Free Software Foundation; either
-- version 2.1 of the License, or (at your option) any later version.
-- version 2.1 of the License, or (at your option) any later version.
Line 21... Line 21...
-- Boston, MA  02111-1307  USA
-- Boston, MA  02111-1307  USA
--
--
 
 
LIBRARY IEEE;
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_unsigned.all;
 
USE IEEE.numeric_std.all;
USE IEEE.numeric_std.all;
 
 
 
 
entity slib_clock_div is
entity slib_clock_div is
    generic (
    generic (

powered by: WebSVN 2.1.0

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