Skip to content

Instantly share code, notes, and snippets.

@flyx
Created July 14, 2012 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyx/3111566 to your computer and use it in GitHub Desktop.
Save flyx/3111566 to your computer and use it in GitHub Desktop.
function Calculate_Size return Natural;
-- illegal because call to Calculate_Size is non-static
Size : constant := Calculate_Size;
-- requires Size to be a static constant.
type Some_Type is mod 2 ** Size;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment