URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [vect6_pkg.ads] - Rev 696
Compare with Previous | Blame | View Log
with System; package Vect6_Pkg is type Index_Type is mod System.Memory_Size; function K return Index_Type; function N return Index_Type; end Vect6_Pkg;