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

Subversion Repositories openrisc

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

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

package Discr15_Pkg is
 
   type Moment is new Positive;
 
   type Multi_Moment_History is array (Natural range <>, Moment range <>) of Float;
 
   type Rec_Multi_Moment_History (Len : Natural; Size : Moment) is
   record
      Moments : Multi_Moment_History(0..Len, 1..Size);
      Last    : Natural;
   end record;
 
   function Sub_History_Of (History : Rec_Multi_Moment_History)
      return Rec_Multi_Moment_History;
 
end Discr15_Pkg;
 

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.