OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gnat.dg/] [slice6_pkg.ads] - Rev 338

Compare with Previous | Blame | View Log

package Slice6_Pkg is
 
  subtype LENGTH_RANGE is SHORT_INTEGER range 0 .. 8184;
 
  type T_BLOCK is array (SHORT_INTEGER range <>) of SHORT_SHORT_INTEGER;
  for T_BLOCK'alignment use 4;
 
  type T_MSG (V_LENGTH : LENGTH_RANGE := 0) is
    record
      HEADER : Integer;
      DATAS  : T_BLOCK (1 .. V_LENGTH) := (others => 0);
    end record;
  for T_MSG'alignment use 4;
 
end Slice6_Pkg;
 

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.