diff options
Diffstat (limited to 'src/vhdl/simulate/debugger.adb')
-rw-r--r-- | src/vhdl/simulate/debugger.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/simulate/debugger.adb b/src/vhdl/simulate/debugger.adb index 977e6e3a3..eea71f84c 100644 --- a/src/vhdl/simulate/debugger.adb +++ b/src/vhdl/simulate/debugger.adb @@ -20,7 +20,6 @@ with System; with Ada.Text_IO; use Ada.Text_IO; with Tables; with Types; use Types; -with Iir_Values; use Iir_Values; with Name_Table; with Str_Table; with Files_Map; @@ -34,6 +33,7 @@ with Std_Names; with Libraries; with Std_Package; with Annotations; use Annotations; +with Elaboration; use Elaboration; with Iirs_Utils; use Iirs_Utils; with Errorout; use Errorout; with Disp_Vhdl; |