aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1724/const_test_vunit2.vhdl
blob: de08d59388ee21d52526fbaa8446bc8f16b567ce (plain)
1
2
3
4
5
6
7
8
9
10
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;

vunit const_test_vunit2 (const_test(rtl))
{
    constant depth : positive := 2**addr_width;
    type my_arr is array (natural range <>) of std_logic;
    subtype my_word is my_arr(7 downto 0);
}