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

Subversion Repositories qfp32

[/] [qfp32/] [trunk/] [Test/] [test_p.vhd] - Rev 2

Go to most recent revision | Compare with Previous | Blame | View Log

library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.numeric_std.all;
 
package qfp32_test_p is
 
  type result_array_t is array (natural range <>) of std_ulogic_vector(31 downto 0);
 
  type qfp_test_t is record
    a : std_ulogic_vector(31 downto 0);
    b : std_ulogic_vector(31 downto 0);
    gt : std_ulogic;
    eq : std_ulogic;
    results : result_array_t(6 downto 0);
  end record qfp_test_t;
 
  type qfp_test_vector_t is array (natural range <>) of qfp_test_t;
 
end package qfp32_test_p;
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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