aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-types.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-types.adb')
-rw-r--r--src/synth/synth-types.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-types.adb b/src/synth/synth-types.adb
index 19e9677ec..cc89eefe3 100644
--- a/src/synth/synth-types.adb
+++ b/src/synth/synth-types.adb
@@ -25,7 +25,7 @@ with Vhdl.Utils; use Vhdl.Utils;
with Simul.Environments; use Simul.Environments;
with Simul.Execution;
-with Errorout; use Errorout;
+with Vhdl.Errors; use Vhdl.Errors;
package body Synth.Types is
function Is_Bit_Type (Atype : Iir) return Boolean is