aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-04 06:55:08 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-29 08:35:57 +0100
commitf14dde20bafe2fd5476ebfdf270d3d4dbd937d83 (patch)
treef978f34479cead09031746424d5ffd4108e91f79 /src/types.ads
parent11d6c8c7ddf6670cc9b52c6e91c43c5428f1ae0f (diff)
downloadghdl-f14dde20bafe2fd5476ebfdf270d3d4dbd937d83.tar.gz
ghdl-f14dde20bafe2fd5476ebfdf270d3d4dbd937d83.tar.bz2
ghdl-f14dde20bafe2fd5476ebfdf270d3d4dbd937d83.zip
types: declare uns64.
Diffstat (limited to 'src/types.ads')
-rw-r--r--src/types.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ads b/src/types.ads
index 343ca7fb1..406b1284b 100644
--- a/src/types.ads
+++ b/src/types.ads
@@ -33,6 +33,7 @@ package Types is
subtype Nat8 is Nat32 range 0 .. 255;
type Uns32 is new Interfaces.Unsigned_32;
+ type Uns64 is new Interfaces.Unsigned_64;
type Fp64 is new Interfaces.IEEE_Float_64;