aboutsummaryrefslogtreecommitdiffstats
path: root/src/std_names.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-04-18 06:05:30 +0200
committerTristan Gingold <tgingold@free.fr>2017-04-19 20:48:24 +0200
commit1c4ce754b16f53442da151cb47d3b5a5ecdc5fe0 (patch)
treefa9a687793b418f6be7c8483c2576d12419fd45b /src/std_names.adb
parent464259ae4be27dcf43f3273e2217cb226bebdc71 (diff)
downloadghdl-1c4ce754b16f53442da151cb47d3b5a5ecdc5fe0.tar.gz
ghdl-1c4ce754b16f53442da151cb47d3b5a5ecdc5fe0.tar.bz2
ghdl-1c4ce754b16f53442da151cb47d3b5a5ecdc5fe0.zip
textio: use grt.fcvt to read real numbers.
Diffstat (limited to 'src/std_names.adb')
-rw-r--r--src/std_names.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/std_names.adb b/src/std_names.adb
index 96bbc543e..60d96d4f4 100644
--- a/src/std_names.adb
+++ b/src/std_names.adb
@@ -398,6 +398,7 @@ package body Std_Names is
Def ("minimum", Name_Minimum);
Def ("maximum", Name_Maximum);
Def ("untruncated_text_read", Name_Untruncated_Text_Read);
+ Def ("textio_read_real", Name_Textio_Read_Real);
Def ("get_resolution_limit", Name_Get_Resolution_Limit);
Def ("control_simulation", Name_Control_Simulation);