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

Subversion Repositories qfp32

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

Only display areas with differences | Details | Blame | View Log

Rev 2 Rev 3
 
-- Copyright (c) 2013 Malte Graeper (mgraep@t-online.de) All rights reserved.
 
 
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;
 
 
package qfp32_test_p is
package qfp32_test_p is
 
 
  type result_array_t is array (natural range <>) of std_ulogic_vector(31 downto 0);
  type result_array_t is array (natural range <>) of std_ulogic_vector(31 downto 0);
 
 
  type qfp_test_t is record
  type qfp_test_t is record
    a : std_ulogic_vector(31 downto 0);
    a : std_ulogic_vector(31 downto 0);
    b : std_ulogic_vector(31 downto 0);
    b : std_ulogic_vector(31 downto 0);
    gt : std_ulogic;
    gt : std_ulogic;
    eq : std_ulogic;
    eq : std_ulogic;
    results : result_array_t(6 downto 0);
    results : result_array_t(6 downto 0);
  end record qfp_test_t;
  end record qfp_test_t;
 
 
  type qfp_test_vector_t is array (natural range <>) of qfp_test_t;
  type qfp_test_vector_t is array (natural range <>) of qfp_test_t;
 
 
end package qfp32_test_p;
end package qfp32_test_p;
 
 

powered by: WebSVN 2.1.0

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