aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2112/abc_tb3.vhdl
blob: 17526c5d5a6544d839b44bcf44f264577b5eabd5 (plain)
1
2
3
4
5
6
7
8
9
10
entity abc_tb3 is
end;

architecture sim of abc_tb3 is
  type Indices_t is array (natural range <>) of bit_vector;

  constant c : Indices_t := (0 => bit_vector'(x"00"),
                             1 => bit_vector'(x"01"));
begin
end architecture sim;