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

Subversion Repositories qfp32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

/qfp32/trunk/Test/qfp_unit_tb.vhd
1,23 → 1,8
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
-------------------------------------------------------------------------------
-- Title : Testbench for design "qfp_unit"
-- Project :
-- Testbench for design "qfp_unit"
-------------------------------------------------------------------------------
-- File : qfp_unit_tb.vhd
-- Author : <Malte@MALTE>
-- Company :
-- Created : 2013-08-18
-- Last update: 2014-06-30
-- Platform :
-- Standard : VHDL'93/02
-------------------------------------------------------------------------------
-- Description:
-------------------------------------------------------------------------------
-- Copyright (c) 2013
-------------------------------------------------------------------------------
-- Revisions :
-- Date Version Author Description
-- 2013-08-18 1.0 Malte Created
-------------------------------------------------------------------------------
 
library ieee;
use ieee.std_logic_1164.all;
/qfp32/trunk/Test/test_p.vhd
1,3 → 1,5
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
/qfp32/trunk/cla.vhd
1,24 → 1,10
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
-------------------------------------------------------------------------------
-- Title : Carry lookahead adder library
-- Project :
-------------------------------------------------------------------------------
-- 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
-- Carry lookahead adder library
-- provides all functions for making carry lookahead adder of
-- arbitary deepth and width
-------------------------------------------------------------------------------
-- Copyright (c) 2013
-------------------------------------------------------------------------------
-- Revisions :
-- Date Version Author Description
-- 2013-11-10 1.0 Malte Graeper Created
-------------------------------------------------------------------------------
 
library IEEE;
use IEEE.std_logic_1164.all;
/qfp32/trunk/unit.vhd
1,3 → 1,5
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
/qfp32/trunk/Units/divider.vhd
1,3 → 1,5
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
/qfp32/trunk/Units/add.vhd
1,3 → 1,5
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
library IEEE;
use IEEE.std_logic_1164.all;
 
/qfp32/trunk/Units/recp.vhd
1,3 → 1,5
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
/qfp32/trunk/Units/misc.vhd
1,3 → 1,5
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
library IEEE;
use IEEE.std_logic_1164.all;
 
/qfp32/trunk/Units/norm.vhd
1,3 → 1,5
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
/qfp32/trunk/Units/mul.vhd
1,3 → 1,5
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
/qfp32/trunk/Quartus/top.vhd
1,3 → 1,5
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
/qfp32/trunk/qfp_p.vhd
1,3 → 1,5
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
library IEEE;
use IEEE.std_logic_1164.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.