aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-types.ads
diff options
context:
space:
mode:
authorJonas Baggett <jonas17b@gmail.com>2016-11-01 19:23:38 +0100
committertgingold <tgingold@users.noreply.github.com>2016-11-01 19:23:38 +0100
commitb869a4acb52358fe8ca5decaac826af056bfdfca (patch)
treebf9f65e7be9f06ab401e5f23f22194846aa1c389 /src/grt/grt-types.ads
parentdc6a82418653ce5b732d2bc26b393d3259fd93d5 (diff)
downloadghdl-b869a4acb52358fe8ca5decaac826af056bfdfca.tar.gz
ghdl-b869a4acb52358fe8ca5decaac826af056bfdfca.tar.bz2
ghdl-b869a4acb52358fe8ca5decaac826af056bfdfca.zip
There is a new --write-opt-file option that will create a wave option file with all the signals of the design. (#179)
The --wave-opt-file option is renamed to --read-opt-file for consistency Some code cleanup and bug fixes
Diffstat (limited to 'src/grt/grt-types.ads')
-rw-r--r--src/grt/grt-types.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-types.ads b/src/grt/grt-types.ads
index 4824762b7..5fb60f2d5 100644
--- a/src/grt/grt-types.ads
+++ b/src/grt/grt-types.ads
@@ -49,6 +49,7 @@ package Grt.Types is
-- Access to an unconstrained string.
type String_Access is access String;
+ type String_Cst is access constant String;
procedure Unchecked_Deallocation is new Ada.Unchecked_Deallocation
(Name => String_Access, Object => String);