aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-stmts.adb')
-rw-r--r--src/synth/synth-stmts.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/synth-stmts.adb b/src/synth/synth-stmts.adb
index 238faa026..3889cde3c 100644
--- a/src/synth/synth-stmts.adb
+++ b/src/synth/synth-stmts.adb
@@ -25,7 +25,7 @@ with Grt.Algos;
with Areapools;
with Errorout; use Errorout;
-with Sem_Expr;
+with Vhdl.Sem_Expr;
with Iirs_Utils; use Iirs_Utils;
with Ieee.Std_Logic_1164;
with Evaluation;
@@ -442,7 +442,7 @@ package body Synth.Stmts is
procedure Synth_Case_Statement (Syn_Inst : Synth_Instance_Acc; Stmt : Iir)
is
- use Sem_Expr;
+ use Vhdl.Sem_Expr;
Expr : constant Iir := Get_Expression (Stmt);
Expr_Type : constant Iir := Get_Type (Expr);