From f06253fa91cbb6d086db1b937c38c56fa5f5178c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 22 Mar 2022 06:48:24 +0100 Subject: grt: extract grt-vhdl_types from grt-types --- src/vhdl/vhdl-evaluation.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vhdl') diff --git a/src/vhdl/vhdl-evaluation.adb b/src/vhdl/vhdl-evaluation.adb index df2363230..e60c39c1e 100644 --- a/src/vhdl/vhdl-evaluation.adb +++ b/src/vhdl/vhdl-evaluation.adb @@ -31,6 +31,7 @@ with Vhdl.Std_Package; use Vhdl.Std_Package; with Vhdl.Ieee.Std_Logic_1164; with Grt.Types; +with Grt.Vhdl_Types; with Grt.Fcvt; with Grt.To_Strings; @@ -2777,6 +2778,7 @@ package body Vhdl.Evaluation is declare use Grt.To_Strings; use Grt.Types; + use Grt.Vhdl_Types; Res : Value_I64_Result; begin Res := Value_I64 (To_Std_String_Basep (Value1'Address), -- cgit v1.2.3