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

Subversion Repositories qfp32

[/] [qfp32/] [trunk/] [cla.vhd] - Diff between revs 2 and 3

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

Rev 2 Rev 3
Line 1... Line 1...
 
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- Title      : Carry lookahead adder library
-- Carry lookahead adder library
-- Project    : 
-- provides all functions for making carry lookahead adder of
-------------------------------------------------------------------------------
 
-- File       : cla.vhd
 
-- Author     : Malte Graeper <malte@T430u>
 
-- Company    : 
 
-- Created    : 2013-11-10
 
-- Last update: 2014-06-29
 
-- Platform   : 
 
-- Standard   : VHDL'93/02
 
-------------------------------------------------------------------------------
 
-- Description: provides all functions for making carry lookahead adder of
 
-- arbitary deepth and width
-- arbitary deepth and width
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- Copyright (c) 2013 
 
-------------------------------------------------------------------------------
 
-- Revisions  :
 
-- Date        Version  Author          Description
 
-- 2013-11-10  1.0      Malte Graeper   Created
 
-------------------------------------------------------------------------------
 
 
 
library IEEE;
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
use IEEE.numeric_std.all;
 
 

powered by: WebSVN 2.1.0

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