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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [slice6_pkg.ads] - Blame information for rev 749

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

Line No. Rev Author Line
1 696 jeremybenn
package Slice6_Pkg is
2
 
3
  subtype LENGTH_RANGE is SHORT_INTEGER range 0 .. 8184;
4
 
5
  type T_BLOCK is array (SHORT_INTEGER range <>) of SHORT_SHORT_INTEGER;
6
  for T_BLOCK'alignment use 4;
7
 
8
  type T_MSG (V_LENGTH : LENGTH_RANGE := 0) is
9
    record
10
      HEADER : Integer;
11
      DATAS  : T_BLOCK (1 .. V_LENGTH) := (others => 0);
12
    end record;
13
  for T_MSG'alignment use 4;
14
 
15
end Slice6_Pkg;

powered by: WebSVN 2.1.0

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