aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-17 20:41:05 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-17 20:41:05 +0100
commit0feb99e97f0f71858378b7378499512304bf256d (patch)
tree8216514087cae1b73e10eb4ee32890955efa0f53 /src/types.ads
parent8bcca603938ced68a7d86ca63e486cdaabd401a0 (diff)
downloadghdl-0feb99e97f0f71858378b7378499512304bf256d.tar.gz
ghdl-0feb99e97f0f71858378b7378499512304bf256d.tar.bz2
ghdl-0feb99e97f0f71858378b7378499512304bf256d.zip
synth: add support for multi-dim aggregates.
Diffstat (limited to 'src/types.ads')
-rw-r--r--src/types.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.ads b/src/types.ads
index fb13bf8a7..bd63f3b87 100644
--- a/src/types.ads
+++ b/src/types.ads
@@ -138,6 +138,9 @@ package Types is
-- This is used by all packages that display vhdl code or informations.
Indentation : constant := 2;
+ -- For array dimensions. First dimension is 1.
+ type Dim_Type is new Pos32;
+
-- String representing a date/time (format is YYYYMMDDHHmmSS.sss).
subtype Time_Stamp_String is String (1 .. 18);
type Time_Stamp_Id is new String8_Id;