aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-post_sems.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-post_sems.adb')
-rw-r--r--src/vhdl/vhdl-post_sems.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-post_sems.adb b/src/vhdl/vhdl-post_sems.adb
index 4a8c96697..bcee6c47b 100644
--- a/src/vhdl/vhdl-post_sems.adb
+++ b/src/vhdl/vhdl-post_sems.adb
@@ -21,6 +21,7 @@ with Vhdl.Sem_Specs;
with Vhdl.Ieee.Std_Logic_1164;
with Vhdl.Ieee.Vital_Timing;
with Vhdl.Ieee.Numeric;
+with Vhdl.Ieee.Math_Real;
with Flags; use Flags;
package body Vhdl.Post_Sems is
@@ -56,6 +57,8 @@ package body Vhdl.Post_Sems is
Vhdl.Ieee.Vital_Timing.Extract_Declarations (Lib_Unit);
when Name_Numeric_Std =>
Vhdl.Ieee.Numeric.Extract_Std_Declarations (Lib_Unit);
+ when Name_Math_Real =>
+ Vhdl.Ieee.Math_Real.Extract_Declarations (Lib_Unit);
when others =>
null;
end case;