diff options
Diffstat (limited to 'src/vhdl/simulate/simul-elaboration.adb')
-rw-r--r-- | src/vhdl/simulate/simul-elaboration.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/simulate/simul-elaboration.adb b/src/vhdl/simulate/simul-elaboration.adb index 3addbef91..a961aeeae 100644 --- a/src/vhdl/simulate/simul-elaboration.adb +++ b/src/vhdl/simulate/simul-elaboration.adb @@ -19,7 +19,7 @@ with Ada.Text_IO; with Str_Table; with Errorout; use Errorout; -with Evaluation; +with Vhdl.Evaluation; with Simul.Execution; use Simul.Execution; with Iirs_Utils; use Iirs_Utils; with Libraries; @@ -2861,7 +2861,7 @@ package body Simul.Elaboration is function Override_Generic (Formal : Iir; Str : String) return Iir is - use Evaluation; + use Vhdl.Evaluation; Formal_Type : constant Iir := Get_Type (Formal); Formal_Btype : constant Iir := Get_Base_Type (Formal_Type); Res : Iir; |